Skip to content

Commit be4fa31

Browse files
author
getsentry-bot
committed
release: 0.20.1
1 parent da175e3 commit be4fa31

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
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.0"
25+
release = "0.20.1"
2626
version = ".".join(release.split(".")[:2]) # The short X.Y version.
2727

2828

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
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.0"
102+
VERSION = "0.20.1"
103103
SDK_INFO = {
104104
"name": "sentry.python",
105105
"version": VERSION,

setup.py

Lines changed: 1 addition & 1 deletion
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.0",
24+
version="0.20.1",
2525
author="Sentry Team and Contributors",
2626
author_email="[email protected]",
2727
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)