We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f84f3 commit f8851e5Copy full SHA for f8851e5
CHANGELOG.md
@@ -1,7 +1,3 @@
1
-## 3.14.0 - 2025-02-19
2
-
3
-1. Evaluate feature flag payloads with case sensitivity correctly. Fixes <https://github.com/PostHog/posthog-python/issues/178>
4
5
## 3.13.0 - 2025-02-12
6
7
1. Automatically retry connection errors
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "3.14.0"
+VERSION = "3.13.0"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments