From b7f5fd186f13e6f5d32f71129246106a96f6c1c1 Mon Sep 17 00:00:00 2001 From: "Mr. Senko" Date: Thu, 18 Feb 2021 13:23:39 +0200 Subject: [PATCH] Changelog for v1.3.4 --- README.rst | 15 +++++++++++---- setup.py | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index d7a6f89..28757e9 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -GitHub Marketplace integration for Kiwi TCMS -============================================ +Marketplace integrations for Kiwi TCMS +====================================== .. image:: https://travis-ci.org/kiwitcms/github-marketplace.svg?branch=master :target: https://travis-ci.org/kiwitcms/github-marketplace @@ -26,8 +26,8 @@ GitHub Marketplace integration for Kiwi TCMS Introduction ------------ -This package provides the GitHub Marketplace integration for the -`Kiwi TCMS multi-tenant SaaS `_. +This package provides the marketplace/payment integration for the +`Kiwi TCMS multi-tenant SaaS `_. Everyting that we do is open and that's why this piece of code is open source as well. You don't need this add-on in order to run Kiwi TCMS! @@ -45,6 +45,13 @@ e.g. ``b'secret'``. Changelog --------- +v1.3.4 (18 Feb 2021) +~~~~~~~~~~~~~~~~~~~~ + +- Show new column in purchase admin +- Stop advertising GitHub Marketplace subscriptions + + v1.3.3 (25 Jan 2021) ~~~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index 91defdf..df287bd 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_install_requires(path): setup( name='kiwitcms-github-marketplace', - version='1.3.3', + version='1.3.4', description='GitHub Marketplace integration for Kiwi TCMS', long_description=get_long_description(), author='Kiwi TCMS',