Skip to content

Commit c919df7

Browse files
committed
update changelog, bump version
1 parent b014839 commit c919df7

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.rst

+14-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,20 @@ The format is based on `Keep a Changelog`_, and this project adheres to
1313

1414
No changes yet
1515

16-
.. _Unreleased: https://github.com/trezor/python-shamir-mnemonic/compare/v0.2.1...HEAD
16+
.. _Unreleased: https://github.com/trezor/python-shamir-mnemonic/compare/v0.2.2...HEAD
17+
18+
19+
`0.2.2`_ - 2021-12-07
20+
---------------------
21+
22+
Changed
23+
~~~~~~~
24+
25+
- Relaxed Click constraint so that Click 8.x is allowed
26+
- Applied `black` and `flake8` code style
27+
28+
.. _0.2.2: https://github.com/trezor/python-shamir-mnemonic/compare/v0.2.1...v0.2.2
29+
1730

1831
`0.2.1`_ - 2021-02-03
1932
---------------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name="shamir-mnemonic",
28-
version="0.2.1",
28+
version="0.2.2",
2929
description="SLIP-39 Shamir Mnemonics",
3030
long_description="\n".join(
3131
(

0 commit comments

Comments
 (0)