Skip to content

Commit 1ba9013

Browse files
authored
Merge release/0.10.0 into master
2 parents 7c4683f + 400a642 commit 1ba9013

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
copyright = u"2019, Sentry Team and Contributors"
1919
author = u"Sentry Team and Contributors"
2020

21-
release = "0.9.5"
21+
release = "0.10.0"
2222
version = ".".join(release.split(".")[:2]) # The short X.Y version.
2323

2424

sentry_sdk/consts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def _get_default_options():
7474
del _get_default_options
7575

7676

77-
VERSION = "0.9.5"
77+
VERSION = "0.10.0"
7878
SDK_INFO = {
7979
"name": "sentry.python",
8080
"version": VERSION,

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="sentry-sdk",
15-
version="0.9.5",
15+
version="0.10.0",
1616
author="Sentry Team and Contributors",
1717
author_email="hello@getsentry.com",
1818
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)