File tree 4 files changed +9
-6
lines changed 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
2
2
.. note :: The buildout versions file for all current versions can be found at https://zopefoundation.github.io/groktoolkit/
3
3
4
- 6.0 (unreleased )
4
+ 5.1 (2024-08-22 )
5
5
----------------
6
6
7
7
- Drop support for Python 3.7.
8
8
9
+ - Update to ZTK 3.0.
10
+
11
+ - Update dependencies to their newest versions.
12
+
9
13
5.0 (2024-04-23)
10
14
----------------
11
15
Original file line number Diff line number Diff line change 67
67
# other places throughout the built documents.
68
68
#
69
69
# The short X.Y version.
70
- version = '5 .0'
70
+ version = '6 .0'
71
71
# The full version, including alpha/beta/rc tags.
72
72
release = version
73
73
Original file line number Diff line number Diff line change @@ -50,14 +50,13 @@ Creating a release
50
50
------------------
51
51
52
52
* 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 ``)
54
54
55
55
* If there is newer version: Update to it and run the tests using ``tox -pauto ``.
56
56
* Make sure all tests are running successfully.
57
57
* Decide on a version number for the new release, taking https://semver.org/
58
58
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.)
61
60
* Update ``docs/changes.rst `` with a new entry describing your release or
62
61
update an existing not yet released one. (also set the release date).
63
62
* Update ``version `` and ``copyright `` in ``docs/conf.py `` to the new version
Original file line number Diff line number Diff line change 4
4
5
5
[buildout]
6
6
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
8
8
grok-versions.cfg
9
9
grok-sources.cfg
10
10
You can’t perform that action at this time.
0 commit comments