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 f66d4dd commit 8d08406Copy full SHA for 8d08406
README.rst
@@ -107,6 +107,12 @@ Then configure how the application interacts with GitHub:
107
Changelog
108
---------
109
110
+v1.2.2 (08 Dec 2020)
111
+~~~~~~~~~~~~~~~~~~~~
112
+
113
+- Update for newer PyGithub
114
115
116
v1.2.1 (17 Sep 2020)
117
~~~~~~~~~~~~~~~~~~~~
118
setup.py
@@ -25,7 +25,7 @@ def get_install_requires(path):
25
26
setup(
27
name='kiwitcms-github-app',
28
- version='1.2.1',
+ version='1.2.2',
29
description='GitHub App integration for Kiwi TCMS',
30
long_description=get_long_description(),
31
author='Kiwi TCMS',
0 commit comments