From 62886546c1df22d60e7b20817ebd8789b3ba3679 Mon Sep 17 00:00:00 2001 From: Philip Bauer Date: Wed, 28 Feb 2024 11:20:28 +0100 Subject: [PATCH] Preparing release 1.11 --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 257872a0..19d91366 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changelog ========= -1.11 (unreleased) +1.11 (2024-02-28) ----------------- - Fix ``AtributeError: 'NamedFile' object has no attribute '_blob'`` when using setting diff --git a/setup.py b/setup.py index 3322a26a..e847cbaa 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup( name="collective.exportimport", - version="1.11.dev0", + version="1.11", 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/