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 bfffd5f commit 9d42eddCopy full SHA for 9d42edd
docs/installation.rst
@@ -95,7 +95,7 @@ Install Sentry
95
Once you've got the environment setup, you can install Sentry and all its
96
dependencies with the same command you used to grab virtualenv::
97
98
- pip install -U sentry==8.0.0rc2
+ pip install -U sentry
99
100
Don't be worried by the amount of dependencies Sentry has. We have a
101
philosophy of using the right tools for the job, and not reinventing them
setup.py
@@ -47,7 +47,7 @@
47
48
49
# The version of sentry
50
-VERSION = '8.0.0rc2'
+VERSION = '8.0.0'
51
52
# Also see sentry.utils.integrationdocs.DOC_FOLDER
53
INTEGRATION_DOC_FOLDER = os.path.join(os.path.abspath(
0 commit comments