From a1112717830270eb6bcf9ca506b50141d59823d2 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Wed, 20 Sep 2023 18:34:24 +0000 Subject: [PATCH] release: 23.9.1 --- CHANGELOG.md | 7 +++++++ LICENSE | 2 +- docs/source/conf.py | 2 +- setup.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3a542293da..8d005a492f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 23.9.1 + +### Various fixes & improvements + +- feat(spans): Port the processor to Rust (#4712) by @john-z-yang +- meta: Bump new development version (2432b27d) + ## 23.9.0 ### Various fixes & improvements diff --git a/LICENSE b/LICENSE index 331750698c2..509a21db66c 100644 --- a/LICENSE +++ b/LICENSE @@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that you d error-reporting or application monitoring features of the Licensed Work. -Change Date: 2026-09-19 +Change Date: 2026-09-20 Change License: Apache License, Version 2.0 diff --git a/docs/source/conf.py b/docs/source/conf.py index fe0a0ff722b..10081364bef 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -7,7 +7,7 @@ copyright = "2021, Sentry Team and Contributors" author = "Sentry Team and Contributors" -release = "23.10.0.dev0" +release = "23.9.1" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 665b53b3c0d..ba115a7263f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup -VERSION = "23.10.0.dev0" +VERSION = "23.9.1" def get_requirements() -> Sequence[str]: