There was an error while loading. Please reload this page.
1 parent 67245d1 commit 36f78fcCopy full SHA for 36f78fc
2 files changed
CHANGES.rst
@@ -1,8 +1,8 @@
1
Changelog
2
=========
3
4
-4.0.0 (unreleased)
5
-------------------
+4.0.0a1 (2026-04-27)
+--------------------
6
7
- Modernize the code to use plone.base and remove deprecation warnings
8
[ale-rt]
setup.py
@@ -1,7 +1,7 @@
from setuptools import find_packages
from setuptools import setup
-version = "4.0.0.dev0"
+version = "4.0.0a1"
long_description = (
open("README.rst").read() + "\n" + "Contributors\n"
0 commit comments