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 1edd48a commit dbd0699Copy full SHA for dbd0699
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 3.15.0 - 2025-02-19
2
+
3
+1. Support quota-limited feature flags
4
5
## 3.14.2 - 2025-02-19
6
7
1. Evaluate feature flag payloads with case sensitivity correctly. Fixes <https://github.com/PostHog/posthog-python/issues/178>
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "3.14.2"
+VERSION = "3.15.0"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments