From a71fe5d5f16fe8188655e8f0296cadc40e59a18a Mon Sep 17 00:00:00 2001 From: Gauthier Bastien Date: Tue, 26 May 2020 15:00:34 +0200 Subject: [PATCH 1/2] Preparing release 0.45 --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7f59302..751ba01 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -0.45 (unreleased) +0.45 (2020-05-26) ----------------- - When using `collective.solr`, brains are not `ICatalogBrain` but `PloneFlare` diff --git a/setup.py b/setup.py index a8b9fac..1a43b65 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='collective.iconifiedcategory', - version='0.45.dev0', + version='0.45', description="An add-on for Plone", long_description=long_description, # Get more from https://pypi.python.org/pypi?%3Aaction=list_classifiers From 86ad0a272f5049ae3303e1640a89caea547070c9 Mon Sep 17 00:00:00 2001 From: Gauthier Bastien Date: Tue, 26 May 2020 15:00:50 +0200 Subject: [PATCH 2/2] Back to development: 0.46 --- CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 751ba01..bd050dd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Changelog ========= +0.46 (unreleased) +----------------- + +- Nothing changed yet. + + 0.45 (2020-05-26) ----------------- diff --git a/setup.py b/setup.py index 1a43b65..ee85263 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='collective.iconifiedcategory', - version='0.45', + version='0.46.dev0', description="An add-on for Plone", long_description=long_description, # Get more from https://pypi.python.org/pypi?%3Aaction=list_classifiers