From c3a60a60a2c72e7122f3a3faa3a552ceb39b1663 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Tue, 12 Dec 2023 15:11:09 +0000 Subject: [PATCH] release: 1.39.0 --- docs/conf.py | 2 +- sentry_sdk/consts.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ed7b897f21..6d9542539f 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.38.0" +release = "1.39.0" version = ".".join(release.split(".")[:2]) # The short X.Y version. diff --git a/sentry_sdk/consts.py b/sentry_sdk/consts.py index deba4245de..c336a67f3a 100644 --- a/sentry_sdk/consts.py +++ b/sentry_sdk/consts.py @@ -316,4 +316,4 @@ def _get_default_options(): del _get_default_options -VERSION = "1.38.0" +VERSION = "1.39.0" diff --git a/setup.py b/setup.py index 3807eebdfc..698046cdc1 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def get_file_text(file_name): setup( name="sentry-sdk", - version="1.38.0", + version="1.39.0", author="Sentry Team and Contributors", author_email="hello@sentry.io", url="https://github.com/getsentry/sentry-python",