Skip to content

Commit 7d527da

Browse files
committed
8.6.0
1 parent 3dcad57 commit 7d527da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version 8.6 (Unreleased)
2-
------------------------
1+
Version 8.6
2+
-----------
33

44
- The ``message`` attribute on Event/Group is now purely used for search storage.
55
- The ``sentry.interfaces.Message`` interface now contains a ``formatted`` attribute.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
from setuptools.command.develop import develop as DevelopCommand
4747

4848
# The version of sentry
49-
VERSION = '8.6.0.dev0'
49+
VERSION = '8.6.0'
5050

5151
# Also see sentry.utils.integrationdocs.DOC_FOLDER
5252
INTEGRATION_DOC_FOLDER = os.path.join(os.path.abspath(

0 commit comments

Comments
 (0)