From cfaae064e32f9d0c46f09ced724a64f70ae90b2e Mon Sep 17 00:00:00 2001 From: Philip Bauer Date: Fri, 20 Jan 2023 16:52:36 +0100 Subject: [PATCH] Preparing release 1.7 --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 2715b34b..53f36fe5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changelog ========= -1.7 (unreleased) +1.7 (2023-01-20) ---------------- - Filter out 'Discussion Item' in content type export list. Comments have their own export and diff --git a/setup.py b/setup.py index 8d4effb7..c0adc0e4 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( name="collective.exportimport", - version="1.7.dev0", + version="1.7", description="An add-on for Plone to Export and import content, members, relations, translations and localroles.", long_description=long_description, # Get more from https://pypi.org/classifiers/