Skip to content

Commit 4c73d4d

Browse files
committed
(fix) Updated version number and CHANGELOG file
1 parent eca7389 commit 4c73d4d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.5.4] - 2024-07-03
6+
### Changed
7+
- Fixed all import statements in pyinjective.proto modules to make them explicit
8+
59
## [1.5.3] - 2024-06-12
610
### Changed
711
- Changed parameter `key` from the PaginationOption class.

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 = "1.5.3"
3+
version = "1.5.4"
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)