We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5648496 + cb80fee commit 8d4ac5aCopy full SHA for 8d4ac5a
docs/conf.py
@@ -29,7 +29,7 @@
29
copyright = "2019, Sentry Team and Contributors"
30
author = "Sentry Team and Contributors"
31
32
-release = "1.21.0"
+release = "1.21.1"
33
version = ".".join(release.split(".")[:2]) # The short X.Y version.
34
35
sentry_sdk/consts.py
@@ -185,4 +185,4 @@ def _get_default_options():
185
del _get_default_options
186
187
188
-VERSION = "1.21.0"
+VERSION = "1.21.1"
setup.py
@@ -21,7 +21,7 @@ def get_file_text(file_name):
21
22
setup(
23
name="sentry-sdk",
24
- version="1.21.0",
+ version="1.21.1",
25
author="Sentry Team and Contributors",
26
author_email="[email protected]",
27
url="https://github.com/getsentry/sentry-python",
0 commit comments