Skip to content

Commit 9d42edd

Browse files
committed
8.0.0
1 parent bfffd5f commit 9d42edd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Install Sentry
9595
Once you've got the environment setup, you can install Sentry and all its
9696
dependencies with the same command you used to grab virtualenv::
9797

98-
pip install -U sentry==8.0.0rc2
98+
pip install -U sentry
9999

100100
Don't be worried by the amount of dependencies Sentry has. We have a
101101
philosophy of using the right tools for the job, and not reinventing them

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848

4949
# The version of sentry
50-
VERSION = '8.0.0rc2'
50+
VERSION = '8.0.0'
5151

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

0 commit comments

Comments
 (0)