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 7ebc84b commit 20a1f87Copy full SHA for 20a1f87
docs/conf.py
@@ -22,7 +22,7 @@
22
copyright = u"2019, Sentry Team and Contributors"
23
author = u"Sentry Team and Contributors"
24
25
-release = "1.0.0"
+release = "1.1.0-beta.0"
26
version = ".".join(release.split(".")[:2]) # The short X.Y version.
27
28
setup.py
@@ -21,7 +21,7 @@ def get_file_text(file_name):
21
setup(
name="sentry-sdk",
- version="1.0.0",
+ version="1.1.0-beta.0",
author="Sentry Team and Contributors",
author_email="hello@sentry.io",
url="https://github.com/getsentry/sentry-python",
0 commit comments