We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f504de7 commit f5a98e4Copy full SHA for f5a98e4
CHANGES
@@ -1,5 +1,5 @@
1
-Version 8.5 (Unreleased)
2
-------------------------
+Version 8.5
+-----------
3
4
- Added option to upload a profile image as an alternative to Gravatar.
5
- Deprecated ``sentry celery`` subcommand in favor of ``sentry run {worker|cron}``.
setup.py
@@ -46,7 +46,7 @@
46
from setuptools.command.develop import develop as DevelopCommand
47
48
# The version of sentry
49
-VERSION = '8.5.0.dev0'
+VERSION = '8.5.0'
50
51
# Also see sentry.utils.integrationdocs.DOC_FOLDER
52
INTEGRATION_DOC_FOLDER = os.path.join(os.path.abspath(
0 commit comments