Skip to content

Commit 7924f4d

Browse files
committed
Release v0.11.2
1 parent 03ae667 commit 7924f4d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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.2.dev0'
18+
__version__ = '0.11.2'
1919

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

release-notes.md

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

3+
## v0.11.2
4+
5+
* Fixed one remaining use of OpenSSL for RIPEMD-160
6+
37
## v0.11.1
48

59
* Pure-python RIPEMD-160, for newer versions of OpenSSL without RIPEMD-160

0 commit comments

Comments
 (0)