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 a902445 commit ba76383Copy full SHA for ba76383
CHANGES
@@ -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
8
Version 8.14
9
------------
10
setup.py
@@ -48,7 +48,7 @@
48
)
49
50
# The version of sentry
51
-VERSION = '8.14.0'
+VERSION = '8.14.1'
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