File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
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
- 4.0 (unreleased )
4
+ 4.0 (2024-01-29 )
5
5
----------------
6
6
7
7
- Update to ``grok 5.0 ``. This requires us to drop support for:
12
12
13
13
- ``grokcore.json ``
14
14
15
- - Drop support ``zope.fanstatic ``, as this repository has been archived and
16
- does not support Python 3.12.
15
+ - Drop support for ``zope.fanstatic ``, as this repository has been archived and
16
+ it does not support Python 3.12.
17
17
18
18
- Remove ``fanstatic `` from the list of version pins as it was only needed by
19
19
``zope.fanstatic ``.
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 = '3 .0'
70
+ version = '4 .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 @@ -56,6 +56,7 @@ Creating a release
56
56
who are using the no longer supported Python version.)
57
57
* Update ``docs/changes.rst `` with a new entry describing your release or
58
58
update an existing not yet released one. (also set the release date).
59
+ * Update ``version `` in ``docs/conf.py `` to the new version number.
59
60
* Check the documentation builds using ``tox -e docs `` and proof-read your
60
61
changes.
61
62
* Commit your changes to ``git ``.
You can’t perform that action at this time.
0 commit comments