Skip to content

Commit a2686e2

Browse files
authored
v0.21.0
1 parent 1b9478f commit a2686e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/migration_guide.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ Migration guide
22
===============
33

44
******************************
5-
0.21.0 (alpha) Migration guide
5+
0.21.0 Migration guide
66
******************************
77

8-
Version 0.21.0 of **starknet.py** comes with support for RPC 0.7.0-rc2!
8+
Version 0.21.0 of **starknet.py** comes with support for RPC 0.7.0!
99

1010
0.21.0 Targeted versions
1111
------------------------
1212

1313
- Starknet - `0.13.1 <https://docs.starknet.io/documentation/starknet_versions/version_notes/#version0.13.1>`_
14-
- RPC - `0.7.0-rc2 <https://github.com/starkware-libs/starknet-specs/releases/tag/v0.7.0-rc2>`_
14+
- RPC - `0.7.0 <https://github.com/starkware-libs/starknet-specs/releases/tag/v0.7.0>`_
1515

1616
0.21.0 Breaking changes
1717
-----------------------

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 = "starknet-py"
3-
version = "0.21.0-alpha"
3+
version = "0.21.0"
44
description = "A python SDK for Starknet"
55
authors = ["Tomasz Rejowski <tomasz.rejowski@swmansion.com>", "Jakub Ptak <jakub.ptak@swmansion.com>"]
66
include = ["starknet_py", "starknet_py/utils/crypto/libcrypto_c_exports.*"]

0 commit comments

Comments
 (0)