Skip to content

Commit ba76383

Browse files
committed
8.14.1
1 parent a902445 commit ba76383

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 8.14.1
2+
--------------
3+
4+
- Fixed issues related to migrations failing to finish for 8.14
5+
- Fixed an issue where Release version names were erronously too restrictve.
6+
- Fixed an issue where "New Issues" counts would have all been 0 for releases created in 8.14.
7+
18
Version 8.14
29
------------
310

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.14.0'
51+
VERSION = '8.14.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)