Skip to content

Commit 4c32f5d

Browse files
committed
Prepare release 4.0.
1 parent 680f9d4 commit 4c32f5d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/changes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

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

4-
4.0 (unreleased)
4+
4.0 (2024-01-29)
55
----------------
66

77
- Update to ``grok 5.0``. This requires us to drop support for:
@@ -12,8 +12,8 @@
1212

1313
- ``grokcore.json``
1414

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.
1717

1818
- Remove ``fanstatic`` from the list of version pins as it was only needed by
1919
``zope.fanstatic``.

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 = '3.0'
70+
version = '4.0'
7171
# The full version, including alpha/beta/rc tags.
7272
release = version
7373

docs/release.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Creating a release
5656
who are using the no longer supported Python version.)
5757
* Update ``docs/changes.rst`` with a new entry describing your release or
5858
update an existing not yet released one. (also set the release date).
59+
* Update ``version`` in ``docs/conf.py`` to the new version number.
5960
* Check the documentation builds using ``tox -e docs`` and proof-read your
6061
changes.
6162
* Commit your changes to ``git``.

0 commit comments

Comments
 (0)