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 2222copyright = u"2019, Sentry Team and Contributors"
2323author = u"Sentry Team and Contributors"
2424
25- release = "0.19.3 "
25+ release = "0.19.4 "
2626version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
2727
2828
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ def _get_default_options():
9696del _get_default_options
9797
9898
99- VERSION = "0.19.3 "
99+ VERSION = "0.19.4 "
100100SDK_INFO = {
101101 "name" : "sentry.python" ,
102102 "version" : VERSION ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def get_file_text(file_name):
2121
2222setup (
2323 name = "sentry-sdk" ,
24- version = "0.19.3 " ,
24+ version = "0.19.4 " ,
2525 author = "Sentry Team and Contributors" ,
26262727 url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments