Skip to content

Commit 5ea0bec

Browse files
committed
fix: changelog and version
1 parent 9f0f9f0 commit 5ea0bec

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

99
## [unreleased]
1010

11+
## [0.18.11] - 2024-04-26
12+
13+
- Fixes session issues with django-rest-framework.
14+
1115
## [0.18.10] - 2024-04-05
1216

1317
- Relax constraints on `aiosmtplib` dependency version.

setup.py

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

8282
setup(
8383
name="supertokens_python",
84-
version="0.18.10",
84+
version="0.18.11",
8585
author="SuperTokens",
8686
license="Apache 2.0",
8787
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.18.10"
17+
VERSION = "0.18.11"
1818
TELEMETRY = "/telemetry"
1919
USER_COUNT = "/users/count"
2020
USER_DELETE = "/user/remove"

0 commit comments

Comments
 (0)