Browse Source

8.23.0.dev0

Matt Robenolt 7 years ago
parent
commit
800deebd53
2 changed files with 5 additions and 2 deletions
  1. 4 1
      CHANGES
  2. 1 1
      setup.py

+ 4 - 1
CHANGES

@@ -1,6 +1,9 @@
-Version 8.22 (Unreleased)
+Version 8.23 (Unreleased)
 -------------------------
 
+Version 8.22
+------------
+
 - BREAKING: Members will no longer be automatically granted membership to the
   default organization. You should use SSO or the invite flows.
 - Add support for SAML2 authentication through identity providers that

+ 1 - 1
setup.py

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