Skip to content

Commit 99debac

Browse files
committed
Changelog for v1.6.0
1 parent a162550 commit 99debac

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

README.rst

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

110+
v1.6.0 (15 Jan 2024)
111+
~~~~~~~~~~~~~~~~~~~~
112+
113+
- 1-click bug report will now use ``execution.build.version.product`` instead
114+
of ``execution.run.plan.product`` following changes in Kiwi TCMS, see:
115+
<https://github.com/kiwitcms/Kiwi/commit/48a33a71e664c8c3ed2ceb298b5f1e19d0bddb52>_
116+
and `PR #3439 <https://github.com/kiwitcms/Kiwi/pull/3439>`_ for more details
117+
- Require minimum version of several transitive dependencies,
118+
``certifi>=2023.7.22``, ``cryptography>=41.0.4``, ``pyjwt>=2.4.0``, ``requests>=2.31.0``
119+
in order to minimize exposure to known security vulnerabilities
120+
- Build & test with Python 3.11
121+
- Start testing with psycopg3
122+
- Small updates around test jobs & CI
123+
124+
110125
v1.5.1 (28 Mar 2023)
111126
~~~~~~~~~~~~~~~~~~~~
112127

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.5.1',
28+
version='1.6.0',
2929
description='GitHub App integration for Kiwi TCMS',
3030
long_description=get_long_description(),
3131
author='Kiwi TCMS',

0 commit comments

Comments
 (0)