We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b69469 commit 794a471Copy full SHA for 794a471
HISTORY.rst
@@ -5,6 +5,10 @@ Unreleased (see `master <https://github.com/AustEcon/bitsv>`_)
5
--------------------------------------------------------------
6
- No new changes since 0.10.2 yet.
7
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
+
12
0.10.2 (2019-11-28)
13
-------------------
14
- Fixed broken API endpoint for foreign currency conversions.
bitsv/__init__.py
@@ -3,4 +3,4 @@
3
from bitsv.network.services import set_service_timeout, FullNode
4
from bitsv.wallet import Key, PrivateKey, wif_to_key
-__version__ = '0.10.2'
+__version__ = '0.10.3'
0 commit comments