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 5a3792f commit f6e1a34Copy full SHA for f6e1a34
CHANGES
@@ -1,5 +1,5 @@
1
-Version 8.16 (Unreleased)
2
--------------------------
+Version 8.16
+------------
3
- Added data migration to create UserEmail objects for users whose primary emails did not have them
4
- Time series data (used by graphs and other features) is now updated when groups are merged.
5
- Added distributions to the release system to better support mobile apps
setup.py
@@ -48,7 +48,7 @@
48
)
49
50
# The version of sentry
51
-VERSION = '8.16.0.dev0'
+VERSION = '8.16.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