Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,14 @@ Then configure how the application interacts with GitHub:
Changelog
---------

v2.2.0 (16 Apr 2026)
~~~~~~~~~~~~~~~~~~~~

- Update pre-commit-hooks from v5.0.0 to v6.0.0
- Update GitHub actions
- Update minimum versions of multiple requirements to reduce vulnerabilities


v2.1.0 (18 Apr 2025)
~~~~~~~~~~~~~~~~~~~~

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2019-2024 Alexander Todorov <atodorov@otb.bg>
# Copyright (c) 2019-2026 Alexander Todorov <atodorov@otb.bg>
#
# Licensed under GNU Affero General Public License v3 or later (AGPLv3+)
# https://www.gnu.org/licenses/agpl-3.0.html
Expand Down Expand Up @@ -26,7 +26,7 @@ def get_install_requires(path):

setup(
name='kiwitcms-github-app',
version='2.1.0',
version='2.2.0',
description='GitHub App integration for Kiwi TCMS',
long_description=get_long_description(),
author='Kiwi TCMS',
Expand Down
Loading