We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e947b17 commit 291567cCopy full SHA for 291567c
2 files changed
README.rst
@@ -107,6 +107,14 @@ Then configure how the application interacts with GitHub:
107
Changelog
108
---------
109
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
118
v2.2.2 (04 Jun 2026)
119
~~~~~~~~~~~~~~~~~~~~
120
setup.py
@@ -26,7 +26,7 @@ def get_install_requires(path):
26
27
setup(
28
name='kiwitcms-github-app',
29
- version='2.2.2',
+ version='2.3.0',
30
description='GitHub App integration for Kiwi TCMS',
31
long_description=get_long_description(),
32
author='Kiwi TCMS',
0 commit comments