File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
copyright = u"2019, Sentry Team and Contributors"
23
23
author = u"Sentry Team and Contributors"
24
24
25
- release = "0.20.2 "
25
+ release = "0.20.3 "
26
26
version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
27
27
28
28
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ def _get_default_options():
99
99
del _get_default_options
100
100
101
101
102
- VERSION = "0.20.2 "
102
+ VERSION = "0.20.3 "
103
103
SDK_INFO = {
104
104
"name" : "sentry.python" ,
105
105
"version" : VERSION ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def get_file_text(file_name):
21
21
22
22
setup (
23
23
name = "sentry-sdk" ,
24
- version = "0.20.2 " ,
24
+ version = "0.20.3 " ,
25
25
author = "Sentry Team and Contributors" ,
26
26
author_email = "hello@sentry.io" ,
27
27
url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments