Skip to content

Commit 8308fde

Browse files
committed
Update package version
1 parent 36246e1 commit 8308fde

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

coreDriverInterfaceSupported.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"2.16",
1212
"2.17",
1313
"2.18",
14-
"2.19"
14+
"2.19",
15+
"2.20"
1516
]
1617
}

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.12.5",
73+
version="0.12.6",
7474
author="SuperTokens",
7575
license="Apache 2.0",
7676
author_email="[email protected]",

supertokens_python/constants.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@
2323
"2.17",
2424
"2.18",
2525
"2.19",
26+
"2.20",
2627
]
27-
VERSION = "0.12.5"
28+
VERSION = "0.12.6"
2829
TELEMETRY = "/telemetry"
2930
USER_COUNT = "/users/count"
3031
USER_DELETE = "/user/remove"
@@ -37,4 +38,4 @@
3738
FDI_KEY_HEADER = "fdi-version"
3839
API_VERSION = "/apiversion"
3940
API_VERSION_HEADER = "cdi-version"
40-
DASHBOARD_VERSION = "0.5"
41+
DASHBOARD_VERSION = "0.6"

0 commit comments

Comments
 (0)