Skip to content

Commit 794a471

Browse files
committed
version 0.10.3
1 parent 8b69469 commit 794a471

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Unreleased (see `master <https://github.com/AustEcon/bitsv>`_)
55
--------------------------------------------------------------
66
- No new changes since 0.10.2 yet.
77

8+
0.10.3 (2019-01-31)
9+
-------------------
10+
- Allow transaction fee less than 1 sat/byte (i.e. float) c/o `gitzhou <https://github.com/gitzhou>`_
11+
812
0.10.2 (2019-11-28)
913
-------------------
1014
- Fixed broken API endpoint for foreign currency conversions.

bitsv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from bitsv.network.services import set_service_timeout, FullNode
44
from bitsv.wallet import Key, PrivateKey, wif_to_key
55

6-
__version__ = '0.10.2'
6+
__version__ = '0.10.3'

0 commit comments

Comments
 (0)