We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac75685 commit a45c4f1Copy full SHA for a45c4f1
docs/conf.py
@@ -33,7 +33,7 @@
33
copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year)
34
author = "Sentry Team and Contributors"
35
36
-release = "2.26.1"
+release = "3.0.0"
37
version = ".".join(release.split(".")[:2]) # The short X.Y version.
38
39
sentry_sdk/consts.py
@@ -985,4 +985,4 @@ def _get_default_options():
985
del _get_default_options
986
987
988
-VERSION = "2.26.1"
+VERSION = "3.0.0"
setup.py
@@ -21,7 +21,7 @@ def get_file_text(file_name):
21
22
setup(
23
name="sentry-sdk",
24
- version="2.26.1",
+ version="3.0.0",
25
author="Sentry Team and Contributors",
26
author_email="[email protected]",
27
url="https://github.com/getsentry/sentry-python",
0 commit comments