File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,14 @@ Then configure how the application interacts with GitHub:
107
107
Changelog
108
108
---------
109
109
110
+ v1.5.0 (24 Feb 2023)
111
+ ~~~~~~~~~~~~~~~~~~~~
112
+
113
+ - Refactor code so it works with PyGithub==1.58.0
114
+ - Remove PatchedGithubIntegration class
115
+ - Add sanity tests for upstream/downstream interfaces for PyGithub
116
+
117
+
110
118
v1.4.1 (13 Feb 2023)
111
119
~~~~~~~~~~~~~~~~~~~~
112
120
Original file line number Diff line number Diff line change 1
1
# pylint: disable=missing-docstring
2
2
3
- # Copyright (c) 2019-2022 Alexander Todorov <atodorov@MrSenko.com>
3
+ # Copyright (c) 2019-2023 Alexander Todorov <atodorov@MrSenko.com>
4
4
5
5
# Licensed under the GPL 3.0: https://www.gnu.org/licenses/gpl-3.0.txt
6
6
@@ -25,7 +25,7 @@ def get_install_requires(path):
25
25
26
26
setup (
27
27
name = 'kiwitcms-github-app' ,
28
- version = '1.4.1 ' ,
28
+ version = '1.5.0 ' ,
29
29
description = 'GitHub App integration for Kiwi TCMS' ,
30
30
long_description = get_long_description (),
31
31
author = 'Kiwi TCMS' ,
You can’t perform that action at this time.
0 commit comments