Matt Robenolt 7 лет назад
Родитель
Сommit
c355e5fe7d
2 измененных файлов с 5 добавлено и 2 удалено
  1. 4 1
      CHANGES
  2. 1 1
      setup.py

+ 4 - 1
CHANGES

@@ -1,6 +1,9 @@
-Version 8.21 (Unreleased)
+Version 8.22 (Unreleased)
 -------------------------
 
+Version 8.21
+------------
+
 - Ignore querystrings when looking up release artifacts
 - Add Visual Studio authentication provider for plugins.
 - Add "team" parameter to the project details API.

+ 1 - 1
setup.py

@@ -48,7 +48,7 @@ from sentry.utils.distutils import (
 )
 
 # The version of sentry
-VERSION = '8.21.0.dev0'
+VERSION = '8.22.0.dev0'
 
 # Hack to prevent stupid "TypeError: 'NoneType' object is not callable" error
 # in multiprocessing/util.py _exit_function when running `python