We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5526869 commit 1889747Copy full SHA for 1889747
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 4.6.2 - 2025-06-09
2
+
3
+- fix: replace `import posthog` with direct method imports
4
5
## 4.6.1 - 2025-06-09
6
7
- fix: replace `import posthog` in `posthoganalytics` package
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "4.6.1"
+VERSION = "4.6.2"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments