File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,15 @@ Then configure how the application interacts with GitHub:
107107Changelog
108108---------
109109
110+ v1.3.2 (05 Jan 2022)
111+ ~~~~~~~~~~~~~~~~~~~~
112+
113+ - Don't crash on 404 from GitHub. Fixes
114+ `KIWI-TCMS-EA <https://sentry.io/organizations/kiwitcms/issues/1869016907/ >`_
115+ - Workaround upstream <https://github.com/PyGithub/PyGithub/pull/2079>. Fixes
116+ `KIWI-TCMS-HD <https://sentry.io/organizations/kiwitcms/issues/2835963408 >`_
117+
118+
110119v1.3.1 (04 Oct 2021)
111120~~~~~~~~~~~~~~~~~~~~
112121
Original file line number Diff line number Diff line change 11# pylint: disable=missing-docstring
22
3- # Copyright (c) 2019-2021 Alexander Todorov <[email protected] > 3+ # Copyright (c) 2019-2022 Alexander Todorov <[email protected] > 44
55# Licensed under the GPL 3.0: https://www.gnu.org/licenses/gpl-3.0.txt
66
@@ -25,7 +25,7 @@ def get_install_requires(path):
2525
2626setup (
2727 name = 'kiwitcms-github-app' ,
28- version = '1.3.1 ' ,
28+ version = '1.3.2 ' ,
2929 description = 'GitHub App integration for Kiwi TCMS' ,
3030 long_description = get_long_description (),
3131 author = 'Kiwi TCMS' ,
You can’t perform that action at this time.
0 commit comments