File tree 2 files changed +13
-1
lines changed 2 files changed +13
-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.5.1-SNAPSHOT '
19
+ __version__ = '0.5.1'
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
3
4
+ v0.5.1
5
+ ======
6
+
7
+ Various small bugfixes; see git history.
8
+
9
+ New features:
10
+
11
+ * New RPC calls: fundrawtransaction, generate, getblockheader
12
+ * OP_CHECKLOCKTIMEVERIFY opcode constant
13
+
14
+
4
15
v0.5.0
5
16
======
6
17
@@ -24,6 +35,7 @@ Notable bugfixes:
24
35
25
36
* getinfo() now works where disablewallet=1
26
37
38
+
27
39
v0.4.0
28
40
======
29
41
You can’t perform that action at this time.
0 commit comments