Skip to content

Commit

Permalink
bump version to 3.5.2 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phanatic authored Aug 21, 2024
1 parent b83d544 commit 16cbd10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.5.2 - 2024-08-21

1. Guard for None values in local evaluation

## 3.5.1 - 2024-08-13

1. Remove "-api" suffix from ingestion hostnames
Expand Down
2 changes: 1 addition & 1 deletion posthog/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "3.5.1"
VERSION = "3.5.2"

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

0 comments on commit 16cbd10

Please sign in to comment.