Skip to content

Commit

Permalink
(fix) Updated version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
abel committed Nov 6, 2023
1 parent c0ccd08 commit 04abec3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ poetry run pytest -v
```

### Changelogs
**0.9.5**
* Updated fetch_metadata script (to synchronize denom ini files) to reuse logic in AsyncClient
* Synchronized denom ini files with Indexer information for mainnet, testnet and devnet

**0.9.4**
* Added TIA/USDT spot market in mainnet and testnet ini file

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "injective-py"
version = "0.9.4"
version = "0.9.5"
description = "Injective Python SDK, with Exchange API Client"
authors = ["Injective Labs <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 04abec3

Please sign in to comment.