Skip to content

Commit 04abec3

Browse files
author
abel
committed
(fix) Updated version number and changelog
1 parent c0ccd08 commit 04abec3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ poetry run pytest -v
7878
```
7979

8080
### Changelogs
81+
**0.9.5**
82+
* Updated fetch_metadata script (to synchronize denom ini files) to reuse logic in AsyncClient
83+
* Synchronized denom ini files with Indexer information for mainnet, testnet and devnet
84+
8185
**0.9.4**
8286
* Added TIA/USDT spot market in mainnet and testnet ini file
8387

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "injective-py"
3-
version = "0.9.4"
3+
version = "0.9.5"
44
description = "Injective Python SDK, with Exchange API Client"
55
authors = ["Injective Labs <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)