Skip to content

Commit a45c4f1

Browse files
authored
Set SDK version (#4322)
For testing purposes I set the next major version of the SDK.
1 parent ac75685 commit a45c4f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year)
3434
author = "Sentry Team and Contributors"
3535

36-
release = "2.26.1"
36+
release = "3.0.0"
3737
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3838

3939

sentry_sdk/consts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -985,4 +985,4 @@ def _get_default_options():
985985
del _get_default_options
986986

987987

988-
VERSION = "2.26.1"
988+
VERSION = "3.0.0"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_file_text(file_name):
2121

2222
setup(
2323
name="sentry-sdk",
24-
version="2.26.1",
24+
version="3.0.0",
2525
author="Sentry Team and Contributors",
2626
author_email="[email protected]",
2727
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)