File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 16
16
# Note that setup.py can break if __init__.py imports any external
17
17
# dependencies, as these might not be installed when setup.py runs. In this
18
18
# case __version__ could be moved to a separate version.py and imported here.
19
- __version__ = '0.11.0dev '
19
+ __version__ = '0.11.0 '
20
20
21
21
class MainParams (bitcoin .core .CoreMainParams ):
22
22
MESSAGE_START = b'\xf9 \xbe \xb4 \xd9 '
Original file line number Diff line number Diff line change 1
1
# python-bitcoinlib release notes
2
2
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
+
3
12
## v0.10.2
4
13
5
14
Note: 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