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 a5ae8b8 commit 9eb2e4cCopy full SHA for 9eb2e4c
CHANGES
@@ -1,5 +1,5 @@
1
-Version 8.19 (Unreleased)
2
--------------------------
+Version 8.19
+------------
3
4
- Hide project filter when there are no projects to list.
5
- Added lookup methods to constants to get a unique `integration_id` for a given
setup.py
@@ -45,7 +45,7 @@
45
from sentry.utils.distutils import (BuildAssetsCommand, BuildIntegrationDocsCommand)
46
47
# The version of sentry
48
-VERSION = '8.19.0.dev0'
+VERSION = '8.19.0'
49
50
# Hack to prevent stupid "TypeError: 'NoneType' object is not callable" error
51
# in multiprocessing/util.py _exit_function when running `python
0 commit comments