Skip to content

Commit 783965e

Browse files
committed
versioing again
1 parent 4bb4db2 commit 783965e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

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

1111
## [0.13.0] - 2023-04-28
1212

13-
- Added missing arguments from `getUsersNewestFirst` and `getUsersOldestFirst`
13+
- Added missing arguments from `get_users_newest_first` and `get_users_oldest_first`
1414

1515
## [0.12.8] - 2023-04-19
1616

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.13.0",
73+
version="0.12.9",
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
@@ -25,7 +25,7 @@
2525
"2.19",
2626
"2.20",
2727
]
28-
VERSION = "0.13.0"
28+
VERSION = "0.12.9"
2929
TELEMETRY = "/telemetry"
3030
USER_COUNT = "/users/count"
3131
USER_DELETE = "/user/remove"

0 commit comments

Comments
 (0)