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 1f1cd59 commit 1c97215Copy full SHA for 1c97215
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 4.3.1 - 2025-06-06
+## 4.3.2 - 2025-06-06
2
3
Add context management:
4
- New context manager with `posthog.new_context()`
posthog/version.py
-VERSION = "4.3.1"
+VERSION = "4.3.2"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments