8000 Merge branch 'release/1.44.1' · au79stein/sentry-python@2d09161 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d09161

Browse files
author
getsentry-bot
committed
Merge branch 'release/1.44.1'
2 parents b85cd10 + f015268 commit 2d09161

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 1.44.1
4+
5+
### Various fixes & improvements
6+
7+
- Make `monitor` async friendly (#2912) by @sentrivana
8+
9+
You can now decorate your async functions with the `monitor`
10+
decorator and they will correctly report their duration
11+
and completion status.
12+
13+
- Fixed `Event | None` runtime `TypeError` (#2928) by @szokeasaurusrex
14+
315
## 1.44.0
416

517
### Various fixes & improvements

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year)
3131
author = "Sentry Team and Contributors"
3232

33-
release = "1.44.0"
33+
release = "1.44.1"
3434
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3535

3636

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,4 +333,4 @@ def _get_default_options():
333333
del _get_default_options
334334

335335

336-
VERSION = "1.44.0"
336+
VERSION = "1.44.1"

setup.py

Lines changed: 1 addition & 1 deletion
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.44.0",
24+
version="1.44.1",
2525
author="Sentry Team and Contributors",
2626
author_email="hello@sentry.io",
2727
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)
0