We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be4116f commit 807521eCopy full SHA for 807521e
bitcoin/__init__.py
@@ -15,7 +15,7 @@
15
# Note that setup.py can break if __init__.py imports any external
16
# dependencies, as these might not be installed when setup.py runs. In this
17
# case __version__ could be moved to a separate version.py and imported here.
18
-__version__ = '0.11.1dev'
+__version__ = '0.11.1'
19
20
class MainParams(bitcoin.core.CoreMainParams):
21
MESSAGE_START = b'\xf9\xbe\xb4\xd9'
release-notes.md
@@ -1,5 +1,11 @@
1
# python-bitcoinlib release notes
2
3
+## v0.11.1
4
+
5
+* Pure-python RIPEMD-160, for newer versions of OpenSSL without RIPEMD-160
6
+ support.
7
+* Signet support
8
9
## v0.11.0
10
11
* Bech32 implementation
0 commit comments