From c919df7217d0f268e5830ec845c043f0a63b172c Mon Sep 17 00:00:00 2001 From: matejcik Date: Tue, 7 Dec 2021 12:05:19 +0100 Subject: [PATCH] update changelog, bump version --- CHANGELOG.rst | 15 ++++++++++++++- setup.py | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ab30f3c..025b307 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,7 +13,20 @@ The format is based on `Keep a Changelog`_, and this project adheres to No changes yet -.. _Unreleased: https://github.com/trezor/python-shamir-mnemonic/compare/v0.2.1...HEAD +.. _Unreleased: https://github.com/trezor/python-shamir-mnemonic/compare/v0.2.2...HEAD + + +`0.2.2`_ - 2021-12-07 +--------------------- + +Changed +~~~~~~~ + +- Relaxed Click constraint so that Click 8.x is allowed +- Applied `black` and `flake8` code style + +.. _0.2.2: https://github.com/trezor/python-shamir-mnemonic/compare/v0.2.1...v0.2.2 + `0.2.1`_ - 2021-02-03 --------------------- diff --git a/setup.py b/setup.py index b1a1ea1..ff39d82 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( name="shamir-mnemonic", - version="0.2.1", + version="0.2.2", description="SLIP-39 Shamir Mnemonics", long_description="\n".join( (