Skip to content

Commit

Permalink
Release v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
petertodd committed Jun 3, 2023
1 parent 0f6cc9c commit 51eeb58
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.12.1'
__version__ = '0.12.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.12.2

* Fixed RPC cookie location for testnet

## v0.12.1

* Added `calc_weight()` method.
Expand Down

0 comments on commit 51eeb58

Please sign in to comment.