Skip to content

Commit 1db8b51

Browse files
committed
Preparing release 5.0.0
1 parent e776ff6 commit 1db8b51

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGES.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
112
Changelog
213
=========
314

news/+config.breaking

Lines changed: 0 additions & 3 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
version = "4.5.2.dev0"
3+
version = "5.0.0"
44

55
setup(
66
name="collective.easyform",

0 commit comments

Comments
 (0)