Skip to content

Commit c3a47e1

Browse files
committed
Changelog for v1.2.4
1 parent f85234a commit c3a47e1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,13 @@ Then configure how the application interacts with GitHub:
107107
Changelog
108108
---------
109109

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+
110117
v1.2.3 (25 Jan 2021)
111118
~~~~~~~~~~~~~~~~~~~~
112119

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_install_requires(path):
2525

2626
setup(
2727
name='kiwitcms-github-app',
28-
version='1.2.3',
28+
version='1.2.4',
2929
description='GitHub App integration for Kiwi TCMS',
3030
long_description=get_long_description(),
3131
author='Kiwi TCMS',

0 commit comments

Comments
 (0)