Skip to content

Commit c8ac29e

Browse files
Merge release/0.20.3 into master
2 parents 8ae33b7 + 6870ba1 commit c8ac29e

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
@@ -22,7 +22,7 @@
2222
copyright = u"2019, Sentry Team and Contributors"
2323
author = u"Sentry Team and Contributors"
2424

25-
release = "0.20.2"
25+
release = "0.20.3"
2626
version = ".".join(release.split(".")[:2]) # The short X.Y version.
2727

2828

sentry_sdk/consts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def _get_default_options():
9999
del _get_default_options
100100

101101

102-
VERSION = "0.20.2"
102+
VERSION = "0.20.3"
103103
SDK_INFO = {
104104
"name": "sentry.python",
105105
"version": VERSION,

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_file_text(file_name):
2121

2222
setup(
2323
name="sentry-sdk",
24-
version="0.20.2",
24+
version="0.20.3",
2525
author="Sentry Team and Contributors",
2626
author_email="hello@sentry.io",
2727
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)