From 77361e563d9e01f5ac2f5b603b525a1b01d5d9ef Mon Sep 17 00:00:00 2001 From: matejcik Date: Mon, 11 Jun 2018 18:51:16 +0200 Subject: [PATCH] release: bump version and changelog for 0.10.1 --- CHANGELOG.md | 7 +++++++ trezorlib/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03600c4956..1cbc5cdc7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ 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.1] - 2018-06-11 +[0.10.1]: https://github.com/trezor/python-trezor/compare/v0.10.0...v0.10.1 + +### Fixed +- previous release fails to build on Windows [#274] + ## [0.10.0] - 2018-06-08 [0.10.0]: https://github.com/trezor/python-trezor/compare/v0.9.1...v0.10.0 @@ -100,3 +106,4 @@ _At the moment, the project does __not__ adhere to [Semantic Versioning](http:// [#256]: https://github.com/trezor/python-trezor/issues/256 [#268]: https://github.com/trezor/python-trezor/issues/268 [#269]: https://github.com/trezor/python-trezor/issues/269 +[#274]: https://github.com/trezor/python-trezor/issues/274 diff --git a/trezorlib/__init__.py b/trezorlib/__init__.py index 9d1bb721be..e754a834ef 100644 --- a/trezorlib/__init__.py +++ b/trezorlib/__init__.py @@ -1 +1 @@ -__version__ = '0.10.0' +__version__ = '0.10.1'