diff --git a/LICENSE b/LICENSE index 3ee60110bd7..6f2b16024e2 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 2ca3f4ae079..377324bc3a2 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 28de6ddb767..0fc97be96ad 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]: