Browse Source

release: 21.6.0

getsentry-bot 3 years ago
parent
commit
8677fe6acb
3 changed files with 4 additions and 4 deletions
  1. 2 2
      CHANGES
  2. 1 1
      LICENSE
  3. 1 1
      setup.py

+ 2 - 2
CHANGES

@@ -1,5 +1,5 @@
-Unreleased
-----------
+21.6.0
+------
 
 ### Deprecation Warning
 

+ 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-05-19
+Change Date:          2024-06-15
 
 Change License:       Apache License, Version 2.0
 

+ 1 - 1
setup.py

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