@@ -1,5 +1,8 @@
-Version 8.20 (Unreleased)
+Version 8.21 (Unreleased)
-------------------------
+
+Version 8.20
+------------
- Make BitBucket repositories enabled by default
- Add raw data toggle for Additional Data
- Add initial support for Redis Cluster.
@@ -48,7 +48,7 @@ from sentry.utils.distutils import (
)
# The version of sentry
-VERSION = '8.20.0.dev0'
+VERSION = '8.21.0.dev0'
# Hack to prevent stupid "TypeError: 'NoneType' object is not callable" error
# in multiprocessing/util.py _exit_function when running `python