Skip to content

Commit cb80fee

Browse files
committed
release: 1.21.1
1 parent 5648496 commit cb80fee

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
@@ -29,7 +29,7 @@
2929
copyright = "2019, Sentry Team and Contributors"
3030
author = "Sentry Team and Contributors"
3131

32-
release = "1.21.0"
32+
release = "1.21.1"
3333
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3434

3535

sentry_sdk/consts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,4 @@ def _get_default_options():
185185
del _get_default_options
186186

187187

188-
VERSION = "1.21.0"
188+
VERSION = "1.21.1"

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="1.21.0",
24+
version="1.21.1",
2525
author="Sentry Team and Contributors",
2626
author_email="[email protected]",
2727
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)