Skip to content

Commit bcf74d6

Browse files
committed
Prepare 5.1 release.
1 parent 7160b1d commit bcf74d6

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

docs/changes.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11

22
.. note:: The buildout versions file for all current versions can be found at https://zopefoundation.github.io/groktoolkit/
33

4-
6.0 (unreleased)
4+
5.1 (2024-08-22)
55
----------------
66

77
- Drop support for Python 3.7.
88

9+
- Update to ZTK 3.0.
10+
11+
- Update dependencies to their newest versions.
12+
913
5.0 (2024-04-23)
1014
----------------
1115

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
# other places throughout the built documents.
6868
#
6969
# The short X.Y version.
70-
version = '5.0'
70+
version = '6.0'
7171
# The full version, including alpha/beta/rc tags.
7272
release = version
7373

docs/release.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,13 @@ Creating a release
5050
------------------
5151

5252
* Check whether there is a new version of ZTK (Compare
53-
https://zopefoundation.github.io/zopetoolkit/ with ``buildout.cfg``)
53+
https://zopefoundation.github.io/zopetoolkit/ with ``grok.cfg``)
5454

5555
* If there is newer version: Update to it and run the tests using ``tox -pauto``.
5656
* Make sure all tests are running successfully.
5757
* Decide on a version number for the new release, taking https://semver.org/
5858
into account. (Please note: dropping support for a Python version is
59-
considered a major change as it enforces changes for users of GROK toolkit
60-
who are using the no longer supported Python version.)
59+
**no longer** considered a major change, as it is the usual way of life.)
6160
* Update ``docs/changes.rst`` with a new entry describing your release or
6261
update an existing not yet released one. (also set the release date).
6362
* Update ``version`` and ``copyright`` in ``docs/conf.py`` to the new version

grok.cfg

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

55
[buildout]
66
extends =
7-
https://zopefoundation.github.io/zopetoolkit/releases/2.2/ztk-versions.cfg
7+
https://zopefoundation.github.io/zopetoolkit/releases/3.0/ztk-versions.cfg
88
grok-versions.cfg
99
grok-sources.cfg
1010

0 commit comments

Comments
 (0)