Skip to content

Commit b8cf711

Browse files
committed
Release v0.3.0
[ yapified by gitreformat (github/ghtdak) on Mon Nov 30 21:11:38 2015 ]
1 parent f9ec1c9 commit b8cf711

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

release-notes.md

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

4+
v0.3.0
5+
======
6+
7+
Major change: cleaned up what symbols are exported by modules. __all__ is now
8+
used extensively, which may break some applications that were not importing the
9+
right modules. Along those lines some implementation details like the ssl
10+
attribute of the bitcoin.core.key module, and the entire bitcoin.core.bignum
11+
module, are no longer part of the public API. This should not affect too many
12+
users, but it will break some code.
13+
14+
Other notable changes:
15+
16+
* New getreceivedbyaddress RPC call.
17+
* Fixed getbalance RPC call when wallet is configured off.
18+
* Various code cleanups and minor bug fixes.
19+
20+
421
v0.2.1
522
======
623

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='python-bitcoinlib',
14-
version='0.2.2-SNAPSHOT',
14+
version='0.3.0',
1515
description=
1616
'This python library provides an easy interface to the Bitcoin data structures and protocol.',
1717
long_description=README,

0 commit comments

Comments
 (0)