Skip to content

Commit 4ccb753

Browse files
committed
Release v0.12.1
1 parent 88907a8 commit 4ccb753

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

bitcoin/__init__.py

+1-1
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'
18+
__version__ = '0.12.1'
1919

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

release-notes.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# python-bitcoinlib release notes
22

3+
## v0.12.1
4+
5+
* Added `calc_weight()` method.
6+
* (Hopefully) resolved failure to find `libeay32` on Windows.
7+
38
## v0.12.0
49

510
* `CECKey` now rejects secrets that aren't exactly 32 bytes

0 commit comments

Comments
 (0)