Skip to content

Commit 8ff570e

Browse files
committed
Release v0.5.1
1 parent 10d2bc8 commit 8ff570e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

bitcoin/__init__.py

Lines changed: 1 addition & 1 deletion
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.5.1-SNAPSHOT'
19+
__version__ = '0.5.1'
2020

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

release-notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
python-bitcoinlib release notes
22
===============================
33

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+
415
v0.5.0
516
======
617

@@ -24,6 +35,7 @@ Notable bugfixes:
2435

2536
* getinfo() now works where disablewallet=1
2637

38+
2739
v0.4.0
2840
======
2941

0 commit comments

Comments
 (0)