# HG changeset patch # User paulb # Date 1176734589 0 # Node ID c0250ca889bea671d6add3f2c1f19cd920ae73f8 # Parent dc44f60b643bc8bdc2dc4affcb6ecab888c7a6d7 [project @ 2007-04-16 14:43:04 by paulb] Updated release information. diff -r dc44f60b643b -r c0250ca889be PKG-INFO --- a/PKG-INFO Fri Jun 20 22:38:15 2008 +0200 +++ b/PKG-INFO Mon Apr 16 14:43:09 2007 +0000 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: WebStack -Version: 1.2.2 +Version: 1.2.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.2.tar.gz +Download-url: http://www.boddie.org.uk/python/downloads/WebStack-1.2.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 dc44f60b643b -r c0250ca889be README.txt --- a/README.txt Fri Jun 20 22:38:15 2008 +0200 +++ b/README.txt Mon Apr 16 14:43:09 2007 +0000 @@ -34,6 +34,11 @@ See the docs/supported-frameworks.html document for more information. +New in WebStack 1.2.3 (Changes since WebStack 1.2.2) +---------------------------------------------------- + + * Fixed inadvertent OpenSSL dependency, noticed by John Krukoff. + New in WebStack 1.2.2 (Changes since WebStack 1.2.1) ---------------------------------------------------- diff -r dc44f60b643b -r c0250ca889be WebStack/__init__.py --- a/WebStack/__init__.py Fri Jun 20 22:38:15 2008 +0200 +++ b/WebStack/__init__.py Mon Apr 16 14:43:09 2007 +0000 @@ -20,6 +20,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA """ -__version__ = "1.2.2" +__version__ = "1.2.3" # vim: tabstop=4 expandtab shiftwidth=4