diff --git a/CHANGES.rst b/CHANGES.rst index 6c873a5..f856fd2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -3.1.4 (unreleased) +3.1.4 (2024-09-30) ------------------ - Fix existing_content tile for Plone 6.1 without portal_properties. diff --git a/setup.py b/setup.py index f7bdeab..82274e4 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -version = "3.1.4.dev0" +version = "3.1.4" setup(