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 f3670eb commit fcb3e30Copy full SHA for fcb3e30
README.rst
@@ -107,6 +107,13 @@ Then configure how the application interacts with GitHub:
107
Changelog
108
---------
109
110
+v1.5.1 (28 Mar 2023)
111
+~~~~~~~~~~~~~~~~~~~~
112
+
113
+- Unpin PyGithub dependency
114
+- Add more tests
115
116
117
v1.5.0 (24 Feb 2023)
118
~~~~~~~~~~~~~~~~~~~~
119
setup.py
@@ -25,7 +25,7 @@ def get_install_requires(path):
25
26
setup(
27
name='kiwitcms-github-app',
28
- version='1.5.0',
+ version='1.5.1',
29
description='GitHub App integration for Kiwi TCMS',
30
long_description=get_long_description(),
31
author='Kiwi TCMS',
0 commit comments