Skip to content

Commit ac307a4

Browse files
committed
- prepare release 6.0b2
1 parent 8fbc3bf commit ac307a4

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ The change log for Zope 4 is at
77
https://github.com/zopefoundation/Zope/blob/4.x/CHANGES.rst
88

99

10-
6.0 (unreleased)
11-
----------------
10+
6.0b2 (2026-01-15)
11+
------------------
1212

1313
- Update to newest compatible versions of dependencies.
1414

constraints.txt

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

pyproject.toml

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

1010
[project]
1111
name = "Zope"
12-
version = "6.0.dev0"
12+
version = "6.0b2"
1313
description = "Zope application server / web framework"
1414
dynamic = ["readme"]
1515
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.0b2
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.0b2
88
Zope2 = 4.0
99
AccessControl = 7.3
1010
Acquisition = 6.2

0 commit comments

Comments
 (0)