Skip to content

Commit 83af5c4

Browse files
committed
Update package version and CHANGELOG
1 parent 21af574 commit 83af5c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

supertokens_python/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# License for the specific language governing permissions and limitations
1313
# under the License.
1414
SUPPORTED_CDI_VERSIONS = ["2.9", "2.10", "2.11", "2.12", "2.13", "2.14", "2.15"]
15-
VERSION = "0.11.10"
15+
VERSION = "0.11.11"
1616
TELEMETRY = "/telemetry"
1717
USER_COUNT = "/users/count"
1818
USER_DELETE = "/user/remove"
@@ -25,4 +25,4 @@
2525
FDI_KEY_HEADER = "fdi-version"
2626
API_VERSION = "/apiversion"
2727
API_VERSION_HEADER = "cdi-version"
28-
DASHBOARD_VERSION = "0.2"
28+
DASHBOARD_VERSION = "0.3"

0 commit comments

Comments
 (0)