From a4e44fa6a2085a2fbccae46edcf6da67052cc6db Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Thu, 28 Mar 2024 10:04:38 +0000 Subject: [PATCH 1/2] release: 1.44.0 --- CHANGELOG.md | 9 +++++++++ docs/conf.py | 2 +- sentry_sdk/consts.py | 2 +- setup.py | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86a849d203..a09fc4621e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.44.0 + +### Various fixes & improvements + +- ref: Define types at runtime (#2914) by @szokeasaurusrex +- Explicit reexport of types (#2866) (#2913) by @szokeasaurusrex +- build(deps): bump checkouts/data-schemas from `8232f17` to `1e17eb5` (#2901) by @dependabot +- feat(profiling): Add thread data to spans (#2843) by @Zylphrex + ## 1.43.0 ### Various fixes & improvements diff --git a/docs/conf.py b/docs/conf.py index 2cd901f5fa..3d55879336 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,7 +30,7 @@ copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year) author = "Sentry Team and Contributors" -release = "1.43.0" +release = "1.44.0" version = ".".join(release.split(".")[:2]) # The short X.Y version. diff --git a/sentry_sdk/consts.py b/sentry_sdk/consts.py index 0f3b5e9f94..ed296bd5ad 100644 --- a/sentry_sdk/consts.py +++ b/sentry_sdk/consts.py @@ -333,4 +333,4 @@ def _get_default_options(): del _get_default_options -VERSION = "1.43.0" +VERSION = "1.44.0" diff --git a/setup.py b/setup.py index 9f4155cad4..ff90fae92e 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def get_file_text(file_name): setup( name="sentry-sdk", - version="1.43.0", + version="1.44.0", author="Sentry Team and Contributors", author_email="hello@sentry.io", url="https://github.com/getsentry/sentry-python", From 4d8db7187cce5e7516228bec93e6e71811463230 Mon Sep 17 00:00:00 2001 From: Daniel Szoke Date: Thu, 28 Mar 2024 11:06:54 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a09fc4621e..c4f5c78855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,6 @@ - ref: Define types at runtime (#2914) by @szokeasaurusrex - Explicit reexport of types (#2866) (#2913) by @szokeasaurusrex -- build(deps): bump checkouts/data-schemas from `8232f17` to `1e17eb5` (#2901) by @dependabot - feat(profiling): Add thread data to spans (#2843) by @Zylphrex ## 1.43.0