Skip to content

Commit 36f78fc

Browse files
committed
Preparing release 4.0.0a1
1 parent 67245d1 commit 36f78fc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
4.0.0 (unreleased)
5-
------------------
4+
4.0.0a1 (2026-04-27)
5+
--------------------
66

77
- Modernize the code to use plone.base and remove deprecation warnings
88
[ale-rt]

setup.py

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

4-
version = "4.0.0.dev0"
4+
version = "4.0.0a1"
55

66
long_description = (
77
open("README.rst").read() + "\n" + "Contributors\n"

0 commit comments

Comments
 (0)