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.14.2 "
25
+ release = "0.14.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 @@ -89,7 +89,7 @@ def _get_default_options():
89
89
del _get_default_options
90
90
91
91
92
- VERSION = "0.14.2 "
92
+ VERSION = "0.14.3 "
93
93
SDK_INFO = {
94
94
"name" : "sentry.python" ,
95
95
"version" : VERSION ,
Original file line number Diff line number Diff line change 12
12
13
13
setup (
14
14
name = "sentry-sdk" ,
15
- version = "0.14.2 " ,
15
+ version = "0.14.3 " ,
16
16
author = "Sentry Team and Contributors" ,
17
17
author_email = "hello@getsentry.com" ,
18
18
url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments