Skip to content

Commit

Permalink
8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Jan 8, 2016
1 parent bfffd5f commit 9d42edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Install Sentry
Once you've got the environment setup, you can install Sentry and all its
dependencies with the same command you used to grab virtualenv::

pip install -U sentry==8.0.0rc2
pip install -U sentry

Don't be worried by the amount of dependencies Sentry has. We have a
philosophy of using the right tools for the job, and not reinventing them
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@


# The version of sentry
VERSION = '8.0.0rc2'
VERSION = '8.0.0'

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

0 comments on commit 9d42edd

Please sign in to comment.