Skip to content

Commit

Permalink
Bump version 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
timgl committed Apr 25, 2022
1 parent 1777b70 commit ab1399d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.4.7 - 2022-04-25
- Allow feature flags usage without project_api_key

## 1.4.1 - 2021-05-28
- Fix packaging issues with Sentry integrations

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 = "1.4.6"
VERSION = "1.4.7"

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

0 comments on commit ab1399d

Please sign in to comment.