Skip to content

Commit 51eeb58

Browse files
committed
Release v0.12.2
1 parent 0f6cc9c commit 51eeb58

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: bitcoin/__init__.py

+1-1
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.12.1'
18+
__version__ = '0.12.2'
1919

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

Diff for: release-notes.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# python-bitcoinlib release notes
22

3+
## v0.12.2
4+
5+
* Fixed RPC cookie location for testnet
6+
37
## v0.12.1
48

59
* Added `calc_weight()` method.

0 commit comments

Comments
 (0)