Skip to content

Commit e777e53

Browse files
author
getsentry-bot
committed
Merge branch 'release/1.22.2'
2 parents a5f8d37 + 5dcccb9 commit e777e53

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.22.2
4+
5+
### Various fixes & improvements
6+
7+
- Fix: Django caching spans when using keyword arguments (#2086) by @antonpirker
8+
- Fix: Duration in Celery Beat tasks monitoring (#2087) by @antonpirker
9+
- Fix: Docstrings of SPANDATA (#2084) by @antonpirker
10+
311
## 1.22.1
412

513
### Various fixes & improvements

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.22.1"
32+
release = "1.22.2"
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
@@ -206,4 +206,4 @@ def _get_default_options():
206206
del _get_default_options
207207

208208

209-
VERSION = "1.22.1"
209+
VERSION = "1.22.2"

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

0 commit comments

Comments
 (0)