Skip to content

Commit

Permalink
Release 0.72.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankC01 committed Nov 13, 2024
1 parent 7160530 commit 445bee8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.72.0] - Unpublished
## [0.72.0] - 2024-11-13

### Added

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ See [CHANGELOG](https://github.com/FrankC01/pysui/blob/main/CHANGELOG.md)

## PyPi current

**Release-0.71.0 - Released 2024-10-30**
**Release-0.72.0 - Released 2024-11-13**

- Supports _SUI 1.37.x JSON RPC API_ and _SUI 1.36.x GRAPHQL_
- JSON RPC API nackwards compatable to _Sui 1.30.x_
- Supports _SUI 1.38.x JSON RPC API_, _SUI 1.37.x GRAPHQL_
- JSON RPC API backwards compatable to _Sui 1.31.x_

- [Latest PyPi Version](https://pypi.org/project/pysui/)

Expand Down
2 changes: 1 addition & 1 deletion pysui/sui/sui_clients/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class ClientMixin(Provider):
"""

_RPC_MINIMAL_VERSION: str = "1.31.0"
_RPC_REQUIRED_VERSION: str = "1.37.0"
_RPC_REQUIRED_VERSION: str = "1.38.0"

@versionchanged(
version="0.26.1",
Expand Down

0 comments on commit 445bee8

Please sign in to comment.