Skip to content

Commit e5e2a36

Browse files
committed
Release v0.12.0
1 parent ea7e06d commit e5e2a36

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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.12.0.dev0'
18+
__version__ = '0.12.0'
1919

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

release-notes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# python-bitcoinlib release notes
22

3-
## v0.12.0-pending
3+
## v0.12.0
44

55
* `CECKey` now rejects secrets that aren't exactly 32 bytes
6+
* Now compatible with OpenSSL v3; broke compatibility with certain script edge
7+
cases around malformed signatures. This is acceptable because
8+
python-bitcoinlib doesn't claim to have consensus compatibility and no-one
9+
should use it for script/tx validation.
610

711
## v0.11.2
812

0 commit comments

Comments
 (0)