# HG changeset patch # User paulb # Date 1195431786 0 # Node ID d4eda3da8f7a978b2ff51c229056f28b73e47fc9 # Parent a1e9b4cb4e61553bae3cefa7130541abba3a2f05 [project @ 2007-11-19 00:23:04 by paulb] Updated release information. diff -r a1e9b4cb4e61 -r d4eda3da8f7a PKG-INFO --- a/PKG-INFO Sat Nov 17 02:05:17 2007 +0000 +++ b/PKG-INFO Mon Nov 19 00:23:06 2007 +0000 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: WebStack -Version: 1.2.7 +Version: 1.3 Author: Paul Boddie Author-email: paul at boddie org uk Maintainer: Paul Boddie Maintainer-email: paul at boddie org uk Home-page: http://www.boddie.org.uk/python/WebStack.html -Download-url: http://www.boddie.org.uk/python/downloads/WebStack-1.2.7.tar.gz +Download-url: http://www.boddie.org.uk/python/downloads/WebStack-1.3.tar.gz Summary: Common API for Python Web applications License: LGPL Description: WebStack is a package which provides a common API for Python Web applications diff -r a1e9b4cb4e61 -r d4eda3da8f7a README.txt --- a/README.txt Sat Nov 17 02:05:17 2007 +0000 +++ b/README.txt Mon Nov 19 00:23:06 2007 +0000 @@ -34,8 +34,8 @@ See the docs/supported-frameworks.html document for more information. -New in WebStack 1.2.8 (Changes since WebStack 1.2.7) ----------------------------------------------------- +New in WebStack 1.3 (Changes since WebStack 1.2.7) +-------------------------------------------------- * Added a StringResource to WebStack.Resources.Static, serving strings as responses. diff -r a1e9b4cb4e61 -r d4eda3da8f7a WebStack/__init__.py --- a/WebStack/__init__.py Sat Nov 17 02:05:17 2007 +0000 +++ b/WebStack/__init__.py Mon Nov 19 00:23:06 2007 +0000 @@ -20,6 +20,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA """ -__version__ = "1.2.7" +__version__ = "1.3" # vim: tabstop=4 expandtab shiftwidth=4