File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 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.19.2 "
25
+ release = "0.19.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 @@ -96,7 +96,7 @@ def _get_default_options():
96
96
del _get_default_options
97
97
98
98
99
- VERSION = "0.19.2 "
99
+ VERSION = "0.19.3 "
100
100
SDK_INFO = {
101
101
"name" : "sentry.python" ,
102
102
"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.19.2 " ,
24
+ version = "0.19.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