Skip to content

Commit 90d3fca

Browse files
authored
fix: bump for release (#243)
* bump for release * changelog * changelog
1 parent 243b98d commit 90d3fca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## 4.3.0
1+
## 4.3.0 - 2025-06-06
22

3-
Add exception context management:
3+
Add context management:
44
- New context manager with `posthog.new_context()`
55
- Tag functions: `posthog.tag()`, `posthog.get_tags()`, `posthog.clear_tags()`
66
- Function decorator:

posthog/version.py

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

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

0 commit comments

Comments
 (0)