Browse Source

release: 21.6.1

getsentry-bot 3 years ago
parent
commit
9156a10022
2 changed files with 6 additions and 1 deletions
  1. 5 0
      CHANGES
  2. 1 1
      setup.py

+ 5 - 0
CHANGES

@@ -1,3 +1,8 @@
+21.6.1
+------
+
+- No documented changes.
+
 21.6.0
 ------
 

+ 1 - 1
setup.py

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