Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
bump to v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ouiliame committed Apr 11, 2020
1 parent c6235ac commit a2b1de8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.md
@@ -1,5 +1,13 @@
# Version Changelog

## 0.1.4 (2020-04-11)

- Fixed `SlashingAPI.signing_info_by_address` default argument function due to missing `None`-check.

## 0.1.3 (2020-04-11)

- Remove debug print statement in `GovernanceAPI.proposals()`

## 0.1.2 (2020-03-20)

- Fix `Dec` pretty-printing issue on Jupyter
Expand Down
2 changes: 1 addition & 1 deletion jigu/__version__.py
@@ -1,7 +1,7 @@
__title__ = "jigu"
__description__ = "Python SDK for Terra"
__url__ = "https://jigu.terra.money/"
__version__ = "0.1.3"
__version__ = "0.1.4"
__author__ = "Terraform Labs, PTE. LTD"
__author_email__ = "engineering@terra.money"
__license__ = "MIT"
Expand Down

0 comments on commit a2b1de8

Please sign in to comment.