[Python-checkins] peps: Add version switcher update instructions.

georg.brandl python-checkins at python.org
Mon Mar 17 07:31:09 CET 2014


http://hg.python.org/peps/rev/a62ae7ce5267
changeset:   5412:a62ae7ce5267
user:        Georg Brandl <georg at python.org>
date:        Mon Mar 17 07:30:58 2014 +0100
summary:
  Add version switcher update instructions.

files:
  pep-0101.txt |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/pep-0101.txt b/pep-0101.txt
--- a/pep-0101.txt
+++ b/pep-0101.txt
@@ -275,6 +275,10 @@
           pushed.  Login to hg.python.org and edit (as the "hg" user)
           ``/data/hg/repos/cpython/.hg/hgrc`` to that effect.
 
+  ___ For a final major release, Doc/tools/sphinxext/static/version_switch.js
+      must be updated in all maintained branches, so that the new maintenance
+      branch is not "dev" anymore and there is a new "dev" version.
+
   ___ Push your commits to the remote release clone.
 
       $ hg push ssh://hg.python.org/releasing/...

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list