File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-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.10.2dev '
19
+ __version__ = '0.10.2 '
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.10.2
4
+
5
+ Note: this will be the last release of python-bitcoinlib with Python 2.7
6
+ compatibility.
7
+
8
+ * New RPC ` generatetoaddress(self,numblocks,addr) ` .
9
+ * Fixed Python 2.7 incompatibility.
10
+ * Various OpenSSL fixes, including a memory leak.
11
+
12
+
3
13
## v0.10.1
4
14
5
15
Identical in every way to v0.10.0, but re-uploaded under a new version to fix a
You can’t perform that action at this time.
0 commit comments