We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f6cc9c commit 51eeb58Copy full SHA for 51eeb58
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.12.1'
+__version__ = '0.12.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.12.2
4
+
5
+* Fixed RPC cookie location for testnet
6
7
## v0.12.1
8
9
* Added `calc_weight()` method.
0 commit comments