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

georg.brandl python-checkins at python.org
Mon Jan 21 23:36:32 CET 2008


Author: georg.brandl
Date: Mon Jan 21 23:36:32 2008
New Revision: 60185

Modified:
   doctools/trunk/sphinx/environment.py
Log:
Bump env version because of new config class.


Modified: doctools/trunk/sphinx/environment.py
==============================================================================
--- doctools/trunk/sphinx/environment.py	(original)
+++ doctools/trunk/sphinx/environment.py	Mon Jan 21 23:36:32 2008
@@ -57,7 +57,7 @@
 
 # This is increased every time a new environment attribute is added
 # to properly invalidate pickle files.
-ENV_VERSION = 14
+ENV_VERSION = 15
 
 
 def walk_depth(node, depth, maxdepth):


More information about the Python-checkins mailing list