We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c4683f + 400a642 commit 1ba9013Copy full SHA for 1ba9013
docs/conf.py
@@ -18,7 +18,7 @@
18
copyright = u"2019, Sentry Team and Contributors"
19
author = u"Sentry Team and Contributors"
20
21
-release = "0.9.5"
+release = "0.10.0"
22
version = ".".join(release.split(".")[:2]) # The short X.Y version.
23
24
sentry_sdk/consts.py
@@ -74,7 +74,7 @@ def _get_default_options():
74
del _get_default_options
75
76
77
-VERSION = "0.9.5"
+VERSION = "0.10.0"
78
SDK_INFO = {
79
"name": "sentry.python",
80
"version": VERSION,
setup.py
@@ -12,7 +12,7 @@
12
13
setup(
14
name="sentry-sdk",
15
- version="0.9.5",
+ version="0.10.0",
16
author="Sentry Team and Contributors",
17
author_email="hello@getsentry.com",
url="https://github.com/getsentry/sentry-python",
0 commit comments