Skip to content

Commit ae32dfc

Browse files
authored
add versioning info
1 parent 8ac3073 commit ae32dfc

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+
# 7.5.1 - 2026-01-07
2+
3+
fix: avoid return from finally block to fix Python 3.14 SyntaxWarning (#361)[https://github.com/PostHog/posthog-python/pull/361] - thanks @jodal
4+
15
# 7.5.0 - 2026-01-06
26

37
feat: Capture Langchain, OpenAI and Anthropic errors as exceptions (if exception autocapture is enabled)

posthog/version.py

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

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

0 commit comments

Comments
 (0)