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

jjlee at codespeak.net jjlee at codespeak.net
Sat Nov 19 01:32:31 CET 2005


Author: jjlee
Date: Sat Nov 19 01:32:30 2005
New Revision: 20051

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

Modified: wwwsearch/ClientForm/trunk/ClientForm.py
==============================================================================
--- wwwsearch/ClientForm/trunk/ClientForm.py	(original)
+++ wwwsearch/ClientForm/trunk/ClientForm.py	Sat Nov 19 01:32:30 2005
@@ -94,7 +94,7 @@
     def deprecation(message):
         warnings.warn(message, DeprecationWarning, stacklevel=2)
 
-VERSION = "0.2.1a"
+VERSION = "0.2.1b"
 
 CHUNK = 1024  # size of chunks fed to parser, in bytes
 

Modified: wwwsearch/ClientForm/trunk/README.html.in
==============================================================================
--- wwwsearch/ClientForm/trunk/README.html.in	(original)
+++ wwwsearch/ClientForm/trunk/README.html.in	Sat Nov 19 01:32:30 2005
@@ -178,7 +178,7 @@
 <p>For installation instructions, see the INSTALL.txt file included in the
 distribution. 
 
-<p><span class="spanhdr">Development release</span> There have been three
+<p><span class="spanhdr">Beta release</span> There have been three
 fairly minor backwards-incompatible interface changes since version 0.1 (see <a
 href="./#compat">above</a>), but by default the code operates in a
 backwards-compatible mode so that code written for 0.1 should work without
@@ -187,10 +187,10 @@
 <p>0.2 includes better support for labels, and a simpler interface (all the old
 methods are still there, but some have been deprecated and a few added).
 
-<p>This is an alpha release: expect bugs, and possibly interface changes.
+<p>This is an beta release: expect some bugs.
 
 <ul>
-@{version = "0.2.0a"}
+@{version = "0.2.0b"}
 @{win_version = release.win_version(version)}
 <li><a href="./src/ClientForm-@(version).tar.gz">ClientForm-@(version).tar.gz</a>
 <li><a href="./src/ClientForm-@(win_version).zip">ClientForm-@(win_version).zip</a>

Modified: wwwsearch/ClientForm/trunk/setup.py
==============================================================================
--- wwwsearch/ClientForm/trunk/setup.py	(original)
+++ wwwsearch/ClientForm/trunk/setup.py	Sat Nov 19 01:32:30 2005
@@ -11,7 +11,7 @@
 import re
 #VERSION_MATCH = re.search(r'VERSION = "(.*)"', open("ClientForm.py").read())
 #VERSION = VERSION_MATCH.group(1)
-VERSION = '0.2.1a-pre1'
+VERSION = '0.2.1b'
 INSTALL_REQUIRES = []
 NAME = "ClientForm"
 PACKAGE = False


More information about the wwwsearch-commits mailing list