Skip to content

Commit 4aa3499

Browse files
authored
version 2.5.0 (#97)
1 parent de7def9 commit 4aa3499

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.5.0 - 2023-04-10
2+
3+
1. Add option for instantiating separate client object
4+
15
## 2.4.2 - 2023-03-30
26

37
1. Update backoff dependency for posthoganalytics package to be the same as posthog package

posthog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "2.4.2"
1+
VERSION = "2.5.0"
22

33
if __name__ == "__main__":
44
print(VERSION, end="") # noqa: T201

0 commit comments

Comments
 (0)