[wwwsearch-commits] r25588 - wwwsearch/ClientCookie/trunk

jjlee at codespeak.net jjlee at codespeak.net
Sat Apr 8 21:26:55 CEST 2006


Author: jjlee
Date: Sat Apr  8 21:26:54 2006
New Revision: 25588

Modified:
   wwwsearch/ClientCookie/trunk/README.html.in
   wwwsearch/ClientCookie/trunk/setup.py
Log:
Update version

Modified: wwwsearch/ClientCookie/trunk/README.html.in
==============================================================================
--- wwwsearch/ClientCookie/trunk/README.html.in	(original)
+++ wwwsearch/ClientCookie/trunk/README.html.in	Sat Apr  8 21:26:54 2006
@@ -118,7 +118,7 @@
 <p><em>Stable release.</em>
 
 <ul>
-@{version = "1.2.1"}
+@{version = "1.3.0"}
 <li><a href="./src/ClientCookie-@(version).tar.gz">ClientCookie-@(version).tar.gz</a>
 <li><a href="./src/ClientCookie-@(version).zip">ClientCookie-@(version).zip</a>
 <li><a href="./src/ChangeLog.txt">Change Log</a> (included in distribution)

Modified: wwwsearch/ClientCookie/trunk/setup.py
==============================================================================
--- wwwsearch/ClientCookie/trunk/setup.py	(original)
+++ wwwsearch/ClientCookie/trunk/setup.py	Sat Apr  8 21:26:54 2006
@@ -19,11 +19,11 @@
 import re
 #VERSION_MATCH = re.search(r'VERSION = "(.*)"', open("ClientCookie/_ClientCookie.py").read())
 #VERSION = VERSION_MATCH.group(1)
-VERSION = '1.2.1'
+VERSION = '1.3.0'
 INSTALL_REQUIRES = []
 NAME = "ClientCookie"
 PACKAGE = True
-LICENSE = "BSD"
+LICENSE = "BSD"  # or ZPL 2.1
 PLATFORMS = ["any"]
 ZIP_SAFE = True
 CLASSIFIERS = """\


More information about the wwwsearch-commits mailing list