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

jjlee at codespeak.net jjlee at codespeak.net
Sat Oct 14 22:41:38 CEST 2006


Author: jjlee
Date: Sat Oct 14 22:41:37 2006
New Revision: 33301

Modified:
   wwwsearch/ClientForm/trunk/README.html.in
   wwwsearch/ClientForm/trunk/setup.py
Log:
Update version, yawn

Modified: wwwsearch/ClientForm/trunk/README.html.in
==============================================================================
--- wwwsearch/ClientForm/trunk/README.html.in	(original)
+++ wwwsearch/ClientForm/trunk/README.html.in	Sat Oct 14 22:41:37 2006
@@ -182,7 +182,7 @@
 methods are still there, but some have been deprecated and a few added).
 
 <ul>
-@{version = "0.2.3"}
+@{version = "0.2.4"}
 <li><a href="./src/ClientForm-@(version).tar.gz">ClientForm-@(version).tar.gz</a>
 <li><a href="./src/ClientForm-@(version).zip">ClientForm-@(version).zip</a>
 <li><a href="./src/ChangeLog.txt">Change Log</a> (included in distribution)

Modified: wwwsearch/ClientForm/trunk/setup.py
==============================================================================
--- wwwsearch/ClientForm/trunk/setup.py	(original)
+++ wwwsearch/ClientForm/trunk/setup.py	Sat Oct 14 22:41:37 2006
@@ -15,7 +15,7 @@
 import re
 #VERSION_MATCH = re.search(r'VERSION = "(.*)"', open("ClientForm.py").read())
 #VERSION = VERSION_MATCH.group(1)
-VERSION = '0.2.3'
+VERSION = '0.2.4'
 INSTALL_REQUIRES = []
 NAME = "ClientForm"
 PACKAGE = False


More information about the wwwsearch-commits mailing list