From 9755bfd717b0dff148ab2044fe2d4c12ee12ca01 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Fri, 7 Apr 2023 15:43:03 +0300 Subject: [PATCH] Changelog for v2.2.0 --- README.rst | 13 ++++++++++++- setup.py | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ca80e91..1f91260 100644 --- a/README.rst +++ b/README.rst @@ -63,7 +63,18 @@ Product configuration Changelog --------- -v2.1.0 154 Aug 2022) +v2.2.0 (07 Apr 2023) +~~~~~~~~~~~~~~~~~~~~ + +- Fix fallback typo for FastSpring SKUs +- Adjust the fallback match string for Kiwi TCMS Enterprise on FastSpring +- Update requests from 2.28.1 to 2.28.2 +- Adjust callbacks for newer PyGithub +- Reformat files with Black +- Don't raise general exceptions + + +v2.1.0 (15 Aug 2022) ~~~~~~~~~~~~~~~~~~~~ - Send an exit poll after a subscription has been cancelled diff --git a/setup.py b/setup.py index 8afdbd0..7485975 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_install_requires(path): setup( name="kiwitcms-github-marketplace", - version="2.1.0", + version="2.2.0", description="GitHub Marketplace integration for Kiwi TCMS", long_description=get_long_description(), author="Kiwi TCMS",