Skip to content

Commit a36b72b

Browse files
committed
Release v0.2.1
1 parent 934a016 commit a36b72b

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

release-notes.md

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

4+
v0.2.1
5+
======
6+
7+
* Improve bitcoin address handling. P2SH and P2PKH addresses now get their own
8+
classes - P2SHBitcoinAddress and P2PKHBitcoinAddress respectively - and P2PKH
9+
can now convert scriptPubKeys containing non-canonical pushes as well as bare
10+
checksig to addresses.
11+
* .deserialize() methods now fail if there is extra data left over.
12+
* Various other small bugfixes.
13+
* License is now LGPL v3 or later.
14+
15+
416
v0.2.0
517
======
618

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
requires = []
1111

1212
setup(name='python-bitcoinlib',
13-
version='0.2.1-SNAPSHOT',
13+
version='0.2.1',
1414
description='This python library provides an easy interface to the Bitcoin data structures and protocol.',
1515
long_description=README,
1616
classifiers=[

0 commit comments

Comments
 (0)