diff --git a/docs/HISTORY.rst b/docs/HISTORY.rst index 86182e0..89ded4b 100644 --- a/docs/HISTORY.rst +++ b/docs/HISTORY.rst @@ -1,7 +1,7 @@ Changelog ========= -3.0.3 (unreleased) +3.0.3 (2023-09-27) ------------------ - Fix check in validators if product is not installed. diff --git a/setup.py b/setup.py index 7e11389..beb9fb0 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = "3.0.3.dev0" +version = "3.0.3" tests_require = [ "plone.app.testing",