From 741f264a2f26409df9bd8b6f7983a714077c14ad Mon Sep 17 00:00:00 2001 From: matejcik Date: Fri, 8 Jun 2018 16:07:46 +0200 Subject: [PATCH] release: bump version and add date to changelog --- CHANGELOG.md | 2 +- trezorlib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c56e7df395..59140a941e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). _At the moment, the project does __not__ adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). That is expected to change with version 1.0._ -## [0.10.0] - unreleased +## [0.10.0] - 2018-06-08 ### Added - Lisk support #197 diff --git a/trezorlib/__init__.py b/trezorlib/__init__.py index 8969d49666..9d1bb721be 100644 --- a/trezorlib/__init__.py +++ b/trezorlib/__init__.py @@ -1 +1 @@ -__version__ = '0.9.1' +__version__ = '0.10.0'