Skip to content

Commit f6e1a34

Browse files
committed
8.16.0
1 parent 5a3792f commit f6e1a34

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.16 (Unreleased)
2-
-------------------------
1+
Version 8.16
2+
------------
33
- Added data migration to create UserEmail objects for users whose primary emails did not have them
44
- Time series data (used by graphs and other features) is now updated when groups are merged.
55
- Added distributions to the release system to better support mobile apps

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
)
4949

5050
# The version of sentry
51-
VERSION = '8.16.0.dev0'
51+
VERSION = '8.16.0'
5252

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

0 commit comments

Comments
 (0)