@@ -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``
@@ -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