We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e776ff6 commit 1db8b51Copy full SHA for 1db8b51
3 files changed
CHANGES.rst
@@ -1,3 +1,14 @@
1
+5.0.0 (2026-04-20)
2
+------------------
3
+
4
+Breaking changes:
5
6
7
+- Plone 6.2 compatible release, compatibility with < 6.2 dropped. [1letter]
8
+ Make package ready for pip install method, PEP 420 native namespace. [1letter]
9
+ Remove Products.PloneFormGen migration code. [1letter]
10
11
12
Changelog
13
=========
14
news/+config.breaking
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup
-version = "4.5.2.dev0"
+version = "5.0.0"
setup(
name="collective.easyform",
0 commit comments