Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hanlsin committed Dec 3, 2019
1 parent cd27de9 commit cdce89c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,18 @@ History
=======


-------------------
2.0.0 (2019-12-03)
-------------------

* Add 'transfer' API for simple token transfering
* Add 'gas limit', 'fee delegation' and 'gas used' for 'TxResult' object
* 'Account' object encoding to/decoding from json data
* Bug fix

* Exception for encoding 'TxResult' to the json type, because of 'tx_id'


-------------------
1.3.3 (2019-11-05)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -41,7 +41,7 @@

setup(
name='aergo-herapy',
version='1.3.3',
version='2.0.0',
description="python SDK for AERGO",
keywords='herapy',
author="aergo.io",
Expand Down

0 comments on commit cdce89c

Please sign in to comment.