From 939bc7e6bf731bf2fa5ea57b65ce448e33b46ca1 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Wed, 21 Apr 2021 22:03:26 +0000 Subject: [PATCH] release: 21.4.1 --- LICENSE | 2 +- docs/source/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 3ee60110bd..6f2b16024e 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: 2024-04-15 +Change Date: 2024-04-21 Change License: Apache License, Version 2.0 diff --git a/docs/source/conf.py b/docs/source/conf.py index 2ca3f4ae07..377324bc3a 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 = "21.4.0" +release = "21.4.1" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 28de6ddb76..0fc97be96a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = "21.5.0.dev0" +VERSION = "21.4.1" def get_requirements() -> Sequence[str]: