Skip to content

Commit

Permalink
Changelog for v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed May 6, 2024
1 parent c75bd01 commit ae8d212
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,16 @@ Then configure how the application interacts with GitHub:
Changelog
---------

v1.7.0 (06 May 2024)
~~~~~~~~~~~~~~~~~~~~

- Pin indirect requirements to reduce the chance of installing vulnerable
dependencies
- Remove the wrapper ``GithubKiwiTCMSBot()`` class
- Simplify ``self.requester`` override in ``PatchedGithub()`` class
- Start using the new GitHub Auth parameters introduced in PyGithub==1.59.0


v1.6.0 (15 Jan 2024)
~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_install_requires(path):

setup(
name='kiwitcms-github-app',
version='1.6.0',
version='1.7.0',
description='GitHub App integration for Kiwi TCMS',
long_description=get_long_description(),
author='Kiwi TCMS',
Expand Down

0 comments on commit ae8d212

Please sign in to comment.