Skip to content

Commit

Permalink
8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed May 2, 2016
1 parent a9ab835 commit bb1a339
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 8.4 (Unreleased)
------------------------
Version 8.4
-----------

- Fixed bug that caused some email subjects to be generated without respecting the project subject prefix option.
- Organization's can now opt-in to early adopter features (via organization settings).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
from setuptools.command.develop import develop as DevelopCommand

# The version of sentry
VERSION = '8.4.0.dev0'
VERSION = '8.4.0'

# Also see sentry.utils.integrationdocs.DOC_FOLDER
INTEGRATION_DOC_FOLDER = os.path.join(os.path.abspath(
Expand Down

0 comments on commit bb1a339

Please sign in to comment.