We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88907a8 commit 4ccb753Copy full SHA for 4ccb753
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.0'
+__version__ = '0.12.1'
19
20
class MainParams(bitcoin.core.CoreMainParams):
21
MESSAGE_START = b'\xf9\xbe\xb4\xd9'
release-notes.md
@@ -1,5 +1,10 @@
1
# python-bitcoinlib release notes
2
3
+## v0.12.1
4
+
5
+* Added `calc_weight()` method.
6
+* (Hopefully) resolved failure to find `libeay32` on Windows.
7
8
## v0.12.0
9
10
* `CECKey` now rejects secrets that aren't exactly 32 bytes
0 commit comments