Browse Source

8.16.0.dev0

Matt Robenolt 8 years ago
parent
commit
2675e72ea9
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.15 (Unreleased)
+Version 8.16 (Unreleased)
 -------------------------
 
+Version 8.15
+------------
+
 - Added overview for a release to view a breakdown of files changes, commit authors, new issues, and issues resolved
 - Refactor usage of ``sentry.app`` to use individual modules.
 - Implemented ``--concurrency`` on ``sentry cleanup``

+ 1 - 1
setup.py

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