[wwwsearch-commits] r21915 - wwwsearch/ClientCookie/trunk
jjlee at codespeak.net
jjlee at codespeak.net
Wed Jan 11 00:49:30 CET 2006
Author: jjlee
Date: Wed Jan 11 00:49:27 2006
New Revision: 21915
Modified:
wwwsearch/ClientCookie/trunk/setup.py
Log:
Update version
Modified: wwwsearch/ClientCookie/trunk/setup.py
==============================================================================
--- wwwsearch/ClientCookie/trunk/setup.py (original)
+++ wwwsearch/ClientCookie/trunk/setup.py Wed Jan 11 00:49:27 2006
@@ -15,7 +15,7 @@
import re
#VERSION_MATCH = re.search(r'VERSION = "(.*)"', open("ClientCookie/_ClientCookie.py").read())
#VERSION = VERSION_MATCH.group(1)
-VERSION = '1.1.1'
+VERSION = '1.2.0'
INSTALL_REQUIRES = []
NAME = "ClientCookie"
PACKAGE = True
More information about the wwwsearch-commits
mailing list