Skip to content

Commit ae6fcbb

Browse files
committed
Release v0.7.0
1 parent 8aa3922 commit ae6fcbb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.6.2-SNAPSHOT'
19+
__version__ = '0.7.0'
2020

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

release-notes.md

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

4-
v0.7.0-SNAPSHOT (not yet released!)
5-
===================================
4+
v0.7.0
5+
======
66

77
Breaking API changes:
88

0 commit comments

Comments
 (0)