We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d97cc47 + 65786fd commit 4e346acCopy full SHA for 4e346ac
3 files changed
docs/conf.py
@@ -29,7 +29,7 @@
29
copyright = u"2019, Sentry Team and Contributors"
30
author = u"Sentry Team and Contributors"
31
32
-release = "1.5.1"
+release = "1.5.2"
33
version = ".".join(release.split(".")[:2]) # The short X.Y version.
34
35
sentry_sdk/consts.py
@@ -101,7 +101,7 @@ def _get_default_options():
101
del _get_default_options
102
103
104
-VERSION = "1.5.1"
+VERSION = "1.5.2"
105
SDK_INFO = {
106
"name": "sentry.python",
107
"version": VERSION,
setup.py
@@ -21,7 +21,7 @@ def get_file_text(file_name):
21
22
setup(
23
name="sentry-sdk",
24
- version="1.5.1",
+ version="1.5.2",
25
author="Sentry Team and Contributors",
26
author_email="[email protected]",
27
url="https://github.com/getsentry/sentry-python",
0 commit comments