Skip to content

Commit fd32156

Browse files
committed
Release 1.4.1
1 parent 83737f2 commit fd32156

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.4.1 - 2021-05-28
2+
- Fix packaging issues with Sentry integrations
3+
14
## 1.4.0 - 2021-05-18
25

36
- Improve support for `project_api_key` (#32)

posthog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.4.0"
1+
VERSION = "1.4.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
maintainer="PostHog",
3636
maintainer_email="[email protected]",
3737
test_suite="posthog.test.all",
38-
packages=["posthog", "posthog.test"],
38+
packages=["posthog", "posthog.test", "posthog.sentry"],
3939
license="MIT License",
4040
install_requires=install_requires,
4141
extras_require=extras_require,

setup_analytics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
maintainer="PostHog",
2828
maintainer_email="[email protected]",
2929
test_suite="posthoganalytics.test.all",
30-
packages=["posthoganalytics", "posthoganalytics.test"],
30+
packages=["posthoganalytics", "posthoganalytics.test", "posthoganalytics.sentry"],
3131
license="MIT License",
3232
install_requires=install_requires,
3333
tests_require=tests_require,

0 commit comments

Comments
 (0)