From 1a5ca74e2db714bcc4331661fd4ed4445101a81c Mon Sep 17 00:00:00 2001 From: matejcik Date: Wed, 31 Jul 2019 18:00:52 +0200 Subject: [PATCH] python: update changelog, bump version --- python/CHANGELOG.md | 9 +++++++++ python/trezorlib/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/python/CHANGELOG.md b/python/CHANGELOG.md index 4b368e8e8..5f9901442 100644 --- a/python/CHANGELOG.md +++ b/python/CHANGELOG.md @@ -6,6 +6,15 @@ 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.11.4] - 2019-07-31 + +[0.11.4]: https://github.com/trezor/trezor-firmware/compare/python/v0.11.3...python/v0.11.4 + +### Added + +- trezorctl support for SLIP-39 Shamir Backup +- support for Binance Chain + ## [0.11.3] - 2019-05-29 [0.11.3]: https://github.com/trezor/trezor-firmware/compare/python/v0.11.2...python/v0.11.3 diff --git a/python/trezorlib/__init__.py b/python/trezorlib/__init__.py index 38bc6ef8f..9995ceecc 100644 --- a/python/trezorlib/__init__.py +++ b/python/trezorlib/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.11.3" +__version__ = "0.11.4" # fmt: off MINIMUM_FIRMWARE_VERSION = {