Skip to content

Commit 517dac4

Browse files
committed
Update release notes
1 parent f36b5bc commit 517dac4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

bitcoin/__init__.py

Lines changed: 1 addition & 1 deletion
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.11.2'
18+
__version__ = '0.12.0.dev0'
1919

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

release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# python-bitcoinlib release notes
22

3+
## v0.12.0-pending
4+
5+
* `CECKey` now rejects secrets that aren't exactly 32 bytes
6+
37
## v0.11.2
48

59
* Fixed one remaining use of OpenSSL for RIPEMD-160

0 commit comments

Comments
 (0)