Skip to content

Commit

Permalink
Changelog for v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jun 22, 2021
1 parent 6dd0181 commit 01c1f41
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.rst
Expand Up @@ -107,6 +107,17 @@ Then configure how the application interacts with GitHub:
Changelog
---------


v1.3.0 (14 Feb 2021)
~~~~~~~~~~~~~~~~~~~~

- Migrate to Python 3.8
- Always test with the latest Kiwi TCMS version
- Adjustments to the internal test suite now that Kiwi TCMS is available via
source
- Prevent crash if ``uid`` field is not a number to make it work with Keycloak


v1.2.4 (14 Feb 2021)
~~~~~~~~~~~~~~~~~~~~

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

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

0 comments on commit 01c1f41

Please sign in to comment.