Skip to content

Commit 9acdc66

Browse files
Bump to v2.2.0
1 parent acb9b53 commit 9acdc66

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Given a version number MAJOR.MINOR.PATCH, increment:
1313

1414

1515
## [Unreleased]
16+
17+
## [2.2.0] - 2022-10-24
1618
### Added
1719
- PublicKey.toCompressed() function to dump a public key in compressed format
1820
- PublicKey.fromCompressed() function to read a public key in compressed format

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
author="Stark Bank",
1919
author_email="[email protected]",
2020
keywords=["ecdsa", "elliptic curve", "elliptic", "curve", "stark bank", "starkbank", "cryptograph", "secp256k1", "prime256v1"],
21-
version="2.1.0"
21+
version="2.2.0"
2222
)
2323

2424

0 commit comments

Comments
 (0)