File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 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
2121class MainParams (bitcoin .core .CoreMainParams ):
2222 MESSAGE_START = b'\xf9 \xbe \xb4 \xd9 '
Original file line number Diff line number Diff line change 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 < kanzure@gmail.com >
11+
312## v0.10.2
413
514Note: this will be the last release of python-bitcoinlib with Python 2.7
You can’t perform that action at this time.
0 commit comments