From 0fcadcde62fe83fc2761c7b6a0464f7a94b55223 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Tue, 13 Feb 2024 10:44:54 +0000 Subject: [PATCH 1/2] release: 1.40.4 --- CHANGELOG.md | 7 +++++++ docs/conf.py | 2 +- sentry_sdk/consts.py | 2 +- setup.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65d08c6d0a..f2f5941974 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.40.4 + +### Various fixes & improvements + +- fix(metrics): Only start thread on demand (#2727) by @sentrivana +- build(deps): bump checkouts/data-schemas from `aa7058c` to `6121fd3` (#2724) by @dependabot + ## 1.40.3 ### Various fixes & improvements diff --git a/docs/conf.py b/docs/conf.py index a84a22e80a..45b465c615 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.40.3" +release = "1.40.4" version = ".".join(release.split(".")[:2]) # The short X.Y version. diff --git a/sentry_sdk/consts.py b/sentry_sdk/consts.py index 92ca967428..64e2cdf521 100644 --- a/sentry_sdk/consts.py +++ b/sentry_sdk/consts.py @@ -317,4 +317,4 @@ def _get_default_options(): del _get_default_options -VERSION = "1.40.3" +VERSION = "1.40.4" diff --git a/setup.py b/setup.py index 2e24e7b4a7..a118cfb20c 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def get_file_text(file_name): setup( name="sentry-sdk", - version="1.40.3", + version="1.40.4", author="Sentry Team and Contributors", author_email="hello@sentry.io", url="https://github.com/getsentry/sentry-python", From 8f4b4c95835e271e8c7394cc76a79e51762413c7 Mon Sep 17 00:00:00 2001 From: Ivana Kellyerova Date: Tue, 13 Feb 2024 11:47:41 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2f5941974..3df6e30d87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ ### Various fixes & improvements -- fix(metrics): Only start thread on demand (#2727) by @sentrivana -- build(deps): bump checkouts/data-schemas from `aa7058c` to `6121fd3` (#2724) by @dependabot +- Only start metrics flusher thread on demand (#2727) by @sentrivana +- Bump checkouts/data-schemas from `aa7058c` to `6121fd3` (#2724) by @dependabot ## 1.40.3