We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 5b9815e commit 0193dcdCopy full SHA for 0193dcd
README.rst
@@ -107,6 +107,14 @@ Then configure how the application interacts with GitHub:
107
Changelog
108
---------
109
110
+v2.0.1 (18 Jun 2024)
111
+~~~~~~~~~~~~~~~~~~~~
112
+
113
+- Filter DB only for 'github-app' instead of unconditionally using the first
114
+ record. Fixes
115
+ `Sentry KIWI-TCMS-P5 <https://kiwitcms.sentry.io/issues/5501934208/?project=277775>`_
116
117
118
v2.0.0 (07 Jun 2024)
119
~~~~~~~~~~~~~~~~~~~~
120
setup.py
@@ -26,7 +26,7 @@ def get_install_requires(path):
26
27
setup(
28
name='kiwitcms-github-app',
29
- version='2.0.0',
+ version='2.0.1',
30
description='GitHub App integration for Kiwi TCMS',
31
long_description=get_long_description(),
32
author='Kiwi TCMS',
0 commit comments