Skip to content

Commit c554621

Browse files
committed
Changelog for v1.3.2
1 parent 53c1f48 commit c554621

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,15 @@ Then configure how the application interacts with GitHub:
107107
Changelog
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+
110119
v1.3.1 (04 Oct 2021)
111120
~~~~~~~~~~~~~~~~~~~~
112121

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

2626
setup(
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',

0 commit comments

Comments
 (0)