Skip to content

Commit 9eb2e4c

Browse files
committed
8.19.0
1 parent a5ae8b8 commit 9eb2e4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version 8.19 (Unreleased)
2-
-------------------------
1+
Version 8.19
2+
------------
33

44
- Hide project filter when there are no projects to list.
55
- Added lookup methods to constants to get a unique `integration_id` for a given

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
from sentry.utils.distutils import (BuildAssetsCommand, BuildIntegrationDocsCommand)
4646

4747
# The version of sentry
48-
VERSION = '8.19.0.dev0'
48+
VERSION = '8.19.0'
4949

5050
# Hack to prevent stupid "TypeError: 'NoneType' object is not callable" error
5151
# in multiprocessing/util.py _exit_function when running `python

0 commit comments

Comments
 (0)