File tree 3 files changed +3
-6
lines changed
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
## [ unreleased]
10
10
11
- ## [ 0.18.8] - 2024-01-23
12
-
13
- - Fixes issue with fetching of thirdparty passwordless user in dashboard: https://github.com/supertokens/supertokens-python/issues/472
14
-
15
11
## [ 0.18.7] - 2024-01-17
16
12
17
13
- Fixes ` connection_uri ` normalisation in the dashboard recipe.
14
+ - Fixes issue with fetching of thirdparty passwordless user in dashboard: https://github.com/supertokens/supertokens-python/issues/472
18
15
19
16
## [ 0.18.6] - 2024-01-12
20
17
Original file line number Diff line number Diff line change 70
70
71
71
setup (
72
72
name = "supertokens_python" ,
73
- version = "0.18.8 " ,
73
+ version = "0.18.7 " ,
74
74
author = "SuperTokens" ,
75
75
license = "Apache 2.0" ,
76
76
Original file line number Diff line number Diff line change 14
14
from __future__ import annotations
15
15
16
16
SUPPORTED_CDI_VERSIONS = ["3.0" ]
17
- VERSION = "0.18.8 "
17
+ VERSION = "0.18.7 "
18
18
TELEMETRY = "/telemetry"
19
19
USER_COUNT = "/users/count"
20
20
USER_DELETE = "/user/remove"
You can’t perform that action at this time.
0 commit comments