Skip to content

Commit 3fa0a44

Browse files
committed
Release v0.11.0
1 parent 0fefd5e commit 3fa0a44

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

bitcoin/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Note that setup.py can break if __init__.py imports any external
1717
# dependencies, as these might not be installed when setup.py runs. In this
1818
# case __version__ could be moved to a separate version.py and imported here.
19-
__version__ = '0.11.0dev'
19+
__version__ = '0.11.0'
2020

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

release-notes.md

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

3+
## v0.11.0
4+
5+
* Bech32 implementation
6+
* Segwit implementation (for P2WSH and P2WPKH transactions) and examples
7+
* Use libsecp256k1 for signing
8+
* Implement OP_CHECKSEQUENCEVERIFY
9+
10+
New maintainer: Bryan Bishop <[email protected]>
11+
312
## v0.10.2
413

514
Note: this will be the last release of python-bitcoinlib with Python 2.7

0 commit comments

Comments
 (0)