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 33
33
copyright = "2019-{}, Sentry Team and Contributors" .format (datetime .now ().year )
34
34
author = "Sentry Team and Contributors"
35
35
36
- release = "2.26.1 "
36
+ release = "3.0.0 "
37
37
version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
38
38
39
39
Original file line number Diff line number Diff line change @@ -985,4 +985,4 @@ def _get_default_options():
985
985
del _get_default_options
986
986
987
987
988
- VERSION = "2.26.1 "
988
+ VERSION = "3.0.0 "
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 = "2.26.1 " ,
24
+ version = "3.0.0 " ,
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