Skip to content

Commit

Permalink
version 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AustEcon committed Jan 31, 2020
1 parent 8b69469 commit 794a471
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Unreleased (see `master <https://github.com/AustEcon/bitsv>`_)
--------------------------------------------------------------
- No new changes since 0.10.2 yet.

0.10.3 (2019-01-31)
-------------------
- Allow transaction fee less than 1 sat/byte (i.e. float) c/o `gitzhou <https://github.com/gitzhou>`_

0.10.2 (2019-11-28)
-------------------
- Fixed broken API endpoint for foreign currency conversions.
Expand Down
2 changes: 1 addition & 1 deletion bitsv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from bitsv.network.services import set_service_timeout, FullNode
from bitsv.wallet import Key, PrivateKey, wif_to_key

__version__ = '0.10.2'
__version__ = '0.10.3'

0 comments on commit 794a471

Please sign in to comment.