We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f36b5bc commit 517dac4Copy full SHA for 517dac4
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.11.2'
+__version__ = '0.12.0.dev0'
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.0-pending
4
+
5
+* `CECKey` now rejects secrets that aren't exactly 32 bytes
6
7
## v0.11.2
8
9
* Fixed one remaining use of OpenSSL for RIPEMD-160
0 commit comments