diff --git a/CHANGES.rst b/CHANGES.rst index 3c7f263..d4204f5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changelog =========== -4.4 (unreleased) +4.4 (2024-08-07) ================ - Extend boolean html attribute list to include all html5 boolean attributes. diff --git a/setup.py b/setup.py index 912b9c2..bc67373 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def read(*filenames): setup( name="z3c.pt", - version='4.4.dev0', + version='4.4', author="Malthe Borch and the Zope Community", author_email="zope-dev@zope.org", description="Fast ZPT engine.",