Skip to content

Commit

Permalink
Release v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
petertodd committed Aug 28, 2022
1 parent 03ae667 commit 7924f4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bitcoin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Note that setup.py can break if __init__.py imports any external
# dependencies, as these might not be installed when setup.py runs. In this
# case __version__ could be moved to a separate version.py and imported here.
__version__ = '0.11.2.dev0'
__version__ = '0.11.2'

class MainParams(bitcoin.core.CoreMainParams):
MESSAGE_START = b'\xf9\xbe\xb4\xd9'
Expand Down
4 changes: 4 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# python-bitcoinlib release notes

## v0.11.2

* Fixed one remaining use of OpenSSL for RIPEMD-160

## v0.11.1

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

0 comments on commit 7924f4d

Please sign in to comment.