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 cf9ade8 commit 9f992e8Copy full SHA for 9f992e8
README.rst
@@ -107,6 +107,11 @@ Then configure how the application interacts with GitHub:
107
Changelog
108
---------
109
110
+v1.3.1 (04 Oct 2021)
111
+~~~~~~~~~~~~~~~~~~~~
112
+
113
+- Adjust 2 parameters for changes introduced in PyGithub 1.55
114
115
116
v1.3.0 (14 Feb 2021)
117
~~~~~~~~~~~~~~~~~~~~
setup.py
@@ -25,7 +25,7 @@ def get_install_requires(path):
25
26
setup(
27
name='kiwitcms-github-app',
28
- version='1.3.0',
+ version='1.3.1',
29
description='GitHub App integration for Kiwi TCMS',
30
long_description=get_long_description(),
31
author='Kiwi TCMS',
0 commit comments