Add a step we haven't encountered before: updating README for new
versions of Python.
This commit is contained in:
parent
c5e25c8a77
commit
437c482e5e
|
@ -105,6 +105,13 @@ How to Make A Release
|
|||
to change the PY_VERSION macro, and one or several of the
|
||||
version subpart macros just above PY_VERSION, as appropriate.
|
||||
|
||||
___ If you're changing the version number for Python (e.g. from
|
||||
Python 2.1.1 to Python 2.1.2), you also need to update the
|
||||
README file, which has a big banner at the top proclaiming its
|
||||
identity. Don't do this if you're just releasing a new alpha or
|
||||
beta release, but /do/ do this if you're release a new micro
|
||||
release.
|
||||
|
||||
___ For the next few hours, selectively merge stuff from trunk into
|
||||
branch. For each change you see on the trunk (i.e. via the
|
||||
python-checkins mailing list), you need to decide whether the
|
||||
|
|
Loading…
Reference in New Issue