Skip to content

Commit 69ba1ec

Browse files
committed
Add docs for supported Django and Python versions during a release
1 parent 4f223e6 commit 69ba1ec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/contributing.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,14 @@ their job, ``.po`` files must be downloaded with ``make update_translations``.
121121

122122
The release itself requires the following steps:
123123

124+
#. Update supported Python and Django versions:
125+
126+
- ``setup.py`` ``python_requires`` list
127+
- ``setup.py`` trove classifiers
128+
- ``README.rst``
129+
130+
Commit.
131+
124132
#. Bump version numbers in ``docs/changes.rst``, ``docs/conf.py``,
125133
``README.rst`` and ``setup.py``. Add the release date to
126134
``docs/changes.rst``. Commit.

0 commit comments

Comments
 (0)