Skip to content

Commit 4ee38e3

Browse files
author
abel
committed
(fix) Updated version number and README changelogs
1 parent de419d4 commit 4ee38e3

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
@@ -87,6 +87,10 @@ make tests
8787
```
8888

8989
### Changelogs
90+
** 0.7.0.2**
91+
* Removed from AsyncClient all references to the deprecated OrderBook RPC endpoints (replaced them with OrderBookV2)
92+
* Updated all orderbook examples
93+
9094
**0.7**
9195
* Removed references to pysha3 library (and also eip712-struct that required it) and replaced it with other implementation to allow the project to work with Python 3.11
9296
* Updated sentry nodes LCD URL, for each sentry node to use its own service

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
AUTHOR = "Injective Labs"
1919
REQUIRES_PYTHON = ">=3.9"
20-
VERSION = "0.7.0.1"
20+
VERSION = "0.7.0.2"
2121

2222
REQUIRED = [
2323
"aiohttp",

0 commit comments

Comments
 (0)