Skip to content

Commit f5a98e4

Browse files
committed
8.5.0
1 parent f504de7 commit f5a98e4

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.5 (Unreleased)
2-
------------------------
1+
Version 8.5
2+
-----------
33

44
- Added option to upload a profile image as an alternative to Gravatar.
55
- Deprecated ``sentry celery`` subcommand in favor of ``sentry run {worker|cron}``.

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.5.0.dev0'
49+
VERSION = '8.5.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)