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 de7def9 commit 4aa3499Copy full SHA for 4aa3499
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.5.0 - 2023-04-10
2
+
3
+1. Add option for instantiating separate client object
4
5
## 2.4.2 - 2023-03-30
6
7
1. Update backoff dependency for posthoganalytics package to be the same as posthog package
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "2.4.2"
+VERSION = "2.5.0"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments