We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ae667 commit 7924f4dCopy full SHA for 7924f4d
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.2.dev0'
+__version__ = '0.11.2'
19
20
class MainParams(bitcoin.core.CoreMainParams):
21
MESSAGE_START = b'\xf9\xbe\xb4\xd9'
release-notes.md
@@ -1,5 +1,9 @@
1
# python-bitcoinlib release notes
2
3
+## v0.11.2
4
+
5
+* Fixed one remaining use of OpenSSL for RIPEMD-160
6
7
## v0.11.1
8
9
* Pure-python RIPEMD-160, for newer versions of OpenSSL without RIPEMD-160
0 commit comments