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 f85234a commit c3a47e1Copy full SHA for c3a47e1
README.rst
@@ -107,6 +107,13 @@ Then configure how the application interacts with GitHub:
107
Changelog
108
---------
109
110
+v1.2.4 (14 Feb 2021)
111
+~~~~~~~~~~~~~~~~~~~~
112
+
113
+- Don't cause ISE in case of race conditions between webhooks
114
+- Fix ISE for existing Version
115
116
117
v1.2.3 (25 Jan 2021)
118
~~~~~~~~~~~~~~~~~~~~
119
setup.py
@@ -25,7 +25,7 @@ def get_install_requires(path):
25
26
setup(
27
name='kiwitcms-github-app',
28
- version='1.2.3',
+ version='1.2.4',
29
description='GitHub App integration for Kiwi TCMS',
30
long_description=get_long_description(),
31
author='Kiwi TCMS',
0 commit comments