diff --git a/README.rst b/README.rst index 207c170..043fcfc 100644 --- a/README.rst +++ b/README.rst @@ -107,6 +107,13 @@ Then configure how the application interacts with GitHub: Changelog --------- +v1.5.1 (28 Mar 2023) +~~~~~~~~~~~~~~~~~~~~ + +- Unpin PyGithub dependency +- Add more tests + + v1.5.0 (24 Feb 2023) ~~~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index 2eb6ebd..a70534c 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_install_requires(path): setup( name='kiwitcms-github-app', - version='1.5.0', + version='1.5.1', description='GitHub App integration for Kiwi TCMS', long_description=get_long_description(), author='Kiwi TCMS',