We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8699db7 commit 293c8a4Copy full SHA for 293c8a4
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.4.3"
+release = "1.5.0"
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.4.3"
+VERSION = "1.5.0"
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.4.3",
+ version="1.5.0",
25
author="Sentry Team and Contributors",
26
author_email="[email protected]",
27
url="https://github.com/getsentry/sentry-python",
0 commit comments