We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df152b commit c3a60a6Copy full SHA for c3a60a6
docs/conf.py
@@ -30,7 +30,7 @@
30
copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year)
31
author = "Sentry Team and Contributors"
32
33
-release = "1.38.0"
+release = "1.39.0"
34
version = ".".join(release.split(".")[:2]) # The short X.Y version.
35
36
sentry_sdk/consts.py
@@ -316,4 +316,4 @@ def _get_default_options():
316
del _get_default_options
317
318
319
-VERSION = "1.38.0"
+VERSION = "1.39.0"
setup.py
@@ -21,7 +21,7 @@ def get_file_text(file_name):
21
22
setup(
23
name="sentry-sdk",
24
- version="1.38.0",
+ version="1.39.0",
25
author="Sentry Team and Contributors",
26
author_email="hello@sentry.io",
27
url="https://github.com/getsentry/sentry-python",
0 commit comments