Skip to content

Commit 807521e

Browse files
committed
Release v0.11.1
1 parent be4116f commit 807521e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

bitcoin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Note that setup.py can break if __init__.py imports any external
1616
# dependencies, as these might not be installed when setup.py runs. In this
1717
# case __version__ could be moved to a separate version.py and imported here.
18-
__version__ = '0.11.1dev'
18+
__version__ = '0.11.1'
1919

2020
class MainParams(bitcoin.core.CoreMainParams):
2121
MESSAGE_START = b'\xf9\xbe\xb4\xd9'

release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# python-bitcoinlib release notes
22

3+
## v0.11.1
4+
5+
* Pure-python RIPEMD-160, for newer versions of OpenSSL without RIPEMD-160
6+
support.
7+
* Signet support
8+
39
## v0.11.0
410

511
* Bech32 implementation

0 commit comments

Comments
 (0)