We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ad89a commit 7822f2eCopy full SHA for 7822f2e
3 files changed
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"
26
version = ".".join(release.split(".")[:2]) # The short X.Y version.
27
28
sentry_sdk/consts.py
@@ -99,7 +99,7 @@ def _get_default_options():
99
del _get_default_options
100
101
102
-VERSION = "1.0.0"
+VERSION = "1.1.0"
103
SDK_INFO = {
104
"name": "sentry.python",
105
"version": VERSION,
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",
author="Sentry Team and Contributors",
author_email="[email protected]",
url="https://github.com/getsentry/sentry-python",
0 commit comments