File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,16 @@ Then configure how the application interacts with GitHub:
107107Changelog
108108---------
109109
110+ v1.7.0 (06 May 2024)
111+ ~~~~~~~~~~~~~~~~~~~~
112+
113+ - Pin indirect requirements to reduce the chance of installing vulnerable
114+ dependencies
115+ - Remove the wrapper ``GithubKiwiTCMSBot() `` class
116+ - Simplify ``self.requester `` override in ``PatchedGithub() `` class
117+ - Start using the new GitHub Auth parameters introduced in PyGithub==1.59.0
118+
119+
110120v1.6.0 (15 Jan 2024)
111121~~~~~~~~~~~~~~~~~~~~
112122
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def get_install_requires(path):
2525
2626setup (
2727 name = 'kiwitcms-github-app' ,
28- version = '1.6 .0' ,
28+ version = '1.7 .0' ,
2929 description = 'GitHub App integration for Kiwi TCMS' ,
3030 long_description = get_long_description (),
3131 author = 'Kiwi TCMS' ,
You can’t perform that action at this time.
0 commit comments