Skip to content

Commit 291567c

Browse files
committed
Changelog for v2.3.0
1 parent e947b17 commit 291567c

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.rst

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

110+
v2.3.0 (17 Jun 2026)
111+
~~~~~~~~~~~~~~~~~~~~
112+
113+
- Build and test with Django 6
114+
- Require Python 3.12 or newer
115+
- Add django.contrib.postgres to INSTALLED_APPS
116+
117+
110118
v2.2.2 (04 Jun 2026)
111119
~~~~~~~~~~~~~~~~~~~~
112120

setup.py

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

2727
setup(
2828
name='kiwitcms-github-app',
29-
version='2.2.2',
29+
version='2.3.0',
3030
description='GitHub App integration for Kiwi TCMS',
3131
long_description=get_long_description(),
3232
author='Kiwi TCMS',

0 commit comments

Comments
 (0)