Skip to content

Commit 2f3fd4c

Browse files
committed
bumps version
1 parent 2b1be54 commit 2f3fd4c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

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

99
## [unreleased]
1010

11+
## [0.15.1] - 2023-09-22
12+
- Fixes name of passwordless recipe function from `passwordlessSigninup` to `passwordless_signinup`
1113

12-
## [15.0.0] - 2023-09-16
14+
## [0.15.0] - 2023-09-22
1315

1416
- Fixes apple redirect
1517
- Fixes an issue where the user management dashboard would incorrectly show an email as unverified even if it was verified

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.0",
73+
version="0.15.1",
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.0"
17+
VERSION = "0.15.1"
1818
TELEMETRY = "/telemetry"
1919
USER_COUNT = "/users/count"
2020
USER_DELETE = "/user/remove"

0 commit comments

Comments
 (0)