Browse Source

8.7.0.dev0

Matt Robenolt 8 years ago
parent
commit
d41df76d6a
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.6 (Unreleased)
+Version 8.7 (Unreleased)
 ------------------------
 
+Version 8.6
+-----------
+
 - The ``message`` attribute on Event/Group is now purely used for search storage.
 - The ``sentry.interfaces.Message`` interface now contains a ``formatted`` attribute.
 - ``SENTRY_MANAGED_USER_FIELDS`` now defaults to an empty list.

+ 1 - 1
setup.py

@@ -46,7 +46,7 @@ from setuptools.command.sdist import sdist as SDistCommand
 from setuptools.command.develop import develop as DevelopCommand
 
 # The version of sentry
-VERSION = '8.6.0.dev0'
+VERSION = '8.7.0.dev0'
 
 # Also see sentry.utils.integrationdocs.DOC_FOLDER
 INTEGRATION_DOC_FOLDER = os.path.join(os.path.abspath(