Skip to content

Commit ff99569

Browse files
committed
8.16.1
1 parent c05c902 commit ff99569

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 8.16.1
2+
--------------
3+
4+
- Fixed issue in migration 0302 that prevented upgrading
5+
16
Version 8.16
27
------------
38
- Added data migration to create UserEmail objects for users whose primary emails did not have them

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'
51+
VERSION = '8.16.1'
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)