Browse Source

release: 21.4.1

getsentry-bot 3 years ago
parent
commit
5eee198b51
3 changed files with 7 additions and 2 deletions
  1. 5 0
      CHANGES
  2. 1 1
      LICENSE
  3. 1 1
      setup.py

+ 5 - 0
CHANGES

@@ -1,3 +1,8 @@
+21.4.1
+------
+
+- No documented changes.
+
 21.4.0
 ------
 

+ 1 - 1
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
 

+ 1 - 1
setup.py

@@ -32,7 +32,7 @@ from sentry.utils.distutils import (
     BuildJsSdkRegistryCommand,
 )
 
-VERSION = "21.5.0.dev0"
+VERSION = "21.4.1"
 IS_LIGHT_BUILD = os.environ.get("SENTRY_LIGHT_BUILD") == "1"