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 e166c0d commit 28d497fCopy full SHA for 28d497f
CHANGES
@@ -1,5 +1,5 @@
1
-Version 9.0 (Unreleased)
2
-------------------------
+Version 9.0
+-----------
3
4
The changelog for Sentry 9 is summarized. For full details, we recommend reviewing the
5
full set of SCM changes on GitHub. There are far too many changes to list in Sentry 9,
setup.py
@@ -48,7 +48,7 @@
48
)
49
50
# The version of sentry
51
-VERSION = '9.0.0rc1'
+VERSION = '9.0.0'
52
53
# Hack to prevent stupid "TypeError: 'NoneType' object is not callable" error
54
# in multiprocessing/util.py _exit_function when running `python
0 commit comments