[Python-checkins] r64334 - doctools/trunk/sphinx/environment.py

georg.brandl python-checkins at python.org
Tue Jun 17 12:22:04 CEST 2008


Author: georg.brandl
Date: Tue Jun 17 12:22:04 2008
New Revision: 64334

Log:
Increment env version after the image handling change.


Modified:
   doctools/trunk/sphinx/environment.py

Modified: doctools/trunk/sphinx/environment.py
==============================================================================
--- doctools/trunk/sphinx/environment.py	(original)
+++ doctools/trunk/sphinx/environment.py	Tue Jun 17 12:22:04 2008
@@ -63,7 +63,7 @@
 
 # This is increased every time an environment attribute is added
 # or changed to properly invalidate pickle files.
-ENV_VERSION = 22
+ENV_VERSION = 23
 
 
 default_substitutions = set([


More information about the Python-checkins mailing list