Skip to content

Commit 76de76d

Browse files
committed
- prepare release 6.0b1
1 parent 89a05f2 commit 76de76d

File tree

6 files changed

+13
-10
lines changed

6 files changed

+13
-10
lines changed

CHANGES.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
Change log
22
==========
33

4-
These are all the changes for Zope 5, starting with the alpha releases,
5-
since the branch point at Zope 4.1.2.
4+
These are all the changes for Zope since the first Zope 5 alpha release.
65

7-
The change log for the previous version, Zope 4, is at
6+
The change log for Zope 4 is at
87
https://github.com/zopefoundation/Zope/blob/4.x/CHANGES.rst
98

10-
6.0 (unreleased)
11-
----------------
129

13-
- Replace ``pkg_resources`` namespace with PEP 420 native namespace.
10+
6.0b1 (2025-11-22)
11+
------------------
12+
13+
- Replace ``pkg_resources`` namespaces with PEP 420 native namespaces.
14+
This change requires using ``zc.buildout`` version 5.
1415

1516
- Drop support for Python 3.9.
1617

@@ -23,6 +24,7 @@ https://github.com/zopefoundation/Zope/blob/4.x/CHANGES.rst
2324
- Enable multipart/form-data and application/x-www-form-urlencoded support
2425
for PATCH requests.
2526

27+
2628
5.13 (2025-03-18)
2729
-----------------
2830

constraints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Zope==6.0b1
12
AccessControl==7.3
23
Acquisition==6.2
34
AuthEncoding==6.0

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
author = 'The Zope developer community'
3131

3232
# The short X.Y version
33-
version = '%s.%s' % tuple(map(int, rqmt.version.split('.')[:2]))
33+
version = '%s.%s' % tuple(rqmt.version.split('.')[:2])
3434
# The full version, including alpha/beta/rc tags
3535
release = rqmt.version
3636

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta"
1111

1212
[project]
1313
name = "Zope"
14-
version = "6.0.dev0"
14+
version = "6.0b1"
1515
description = "Zope application server / web framework"
1616
readme = "README.rst"
1717
requires-python = ">=3.10"

requirements-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-e git+https://github.com/zopefoundation/Zope.git@master#egg=Zope
1+
Zope==6.0b1
22
AccessControl==7.3
33
Acquisition==6.2
44
AuthEncoding==6.0

versions-prod.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[versionannotations]
55

66
[versions]
7-
Zope =
7+
Zope = 6.0b1
88
Zope2 = 4.0
99
AccessControl = 7.3
1010
Acquisition = 6.2

0 commit comments

Comments
 (0)