[wwwsearch-commits] r33294 - wwwsearch/ClientForm/trunk

jjlee at codespeak.net jjlee at codespeak.net
Sat Oct 14 22:16:05 CEST 2006


Author: jjlee
Date: Sat Oct 14 22:16:04 2006
New Revision: 33294

Modified:
   wwwsearch/ClientForm/trunk/ClientForm.py
Log:
Increment version (should have happened right after 0.2.3 release...)

Modified: wwwsearch/ClientForm/trunk/ClientForm.py
==============================================================================
--- wwwsearch/ClientForm/trunk/ClientForm.py	(original)
+++ wwwsearch/ClientForm/trunk/ClientForm.py	Sat Oct 14 22:16:04 2006
@@ -112,7 +112,7 @@
     def deprecation(message):
         warnings.warn(message, DeprecationWarning, stacklevel=2)
 
-VERSION = "0.2.3"
+VERSION = "0.2.4"
 
 CHUNK = 1024  # size of chunks fed to parser, in bytes
 


More information about the wwwsearch-commits mailing list