Skip to content

Commit 61bb182

Browse files
committed
chores: Bump version and mention SaaS rate limiting handling in CHANGELOG
1 parent f4844c8 commit 61bb182

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [unreleased]
1010

11+
12+
13+
## [0.15.3] - 2023-09-24
14+
15+
- Handle 429 rate limiting from SaaS core instances
16+
1117
## [0.15.2] - 2023-09-23
1218

1319
- Fixed bugs in thirdparty providers: Bitbucket, Boxy-SAML, and Facebook

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
setup(
7272
name="supertokens_python",
73-
version="0.15.2",
73+
version="0.15.3",
7474
author="SuperTokens",
7575
license="Apache 2.0",
7676
author_email="[email protected]",

supertokens_python/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from __future__ import annotations
1515

1616
SUPPORTED_CDI_VERSIONS = ["3.0"]
17-
VERSION = "0.15.2"
17+
VERSION = "0.15.3"
1818
TELEMETRY = "/telemetry"
1919
USER_COUNT = "/users/count"
2020
USER_DELETE = "/user/remove"

0 commit comments

Comments
 (0)