getsentry-bot 4 лет назад
Родитель
Сommit
3ff61f2484
3 измененных файлов с 7 добавлено и 2 удалено
  1. 5 0
      CHANGES
  2. 1 1
      LICENSE
  3. 1 1
      setup.py

+ 5 - 0
CHANGES

@@ -1,3 +1,8 @@
+20.7.1
+------
+
+- No documented changes.
+
 20.7.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:          2023-07-15
+Change Date:          2023-07-17
 
 Change License:       Apache License, Version 2.0
 

+ 1 - 1
setup.py

@@ -25,7 +25,7 @@ from sentry.utils.distutils import (
 )
 
 
-VERSION = "20.8.0.dev0"
+VERSION = "20.7.1"
 IS_LIGHT_BUILD = os.environ.get("SENTRY_LIGHT_BUILD") == "1"