[wwwsearch-commits] r19202 - wwwsearch/ClientForm/trunk
jjlee at codespeak.net
jjlee at codespeak.net
Sun Oct 30 20:56:38 CET 2005
Author: jjlee
Date: Sun Oct 30 20:56:37 2005
New Revision: 19202
Modified:
wwwsearch/ClientForm/trunk/ClientForm.py
Log:
Increment version so mechanize can insist on latest code
Modified: wwwsearch/ClientForm/trunk/ClientForm.py
==============================================================================
--- wwwsearch/ClientForm/trunk/ClientForm.py (original)
+++ wwwsearch/ClientForm/trunk/ClientForm.py Sun Oct 30 20:56:37 2005
@@ -95,7 +95,7 @@
def deprecation(message):
warnings.warn(message, DeprecationWarning, stacklevel=2)
-VERSION = "0.2.0a"
+VERSION = "0.2.1a"
CHUNK = 1024 # size of chunks fed to parser, in bytes
More information about the wwwsearch-commits
mailing list