changeset 34:aca8cb6bfd63 default tip

fix documentation + bump version
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 05 Mar 2012 14:09:43 -0800
parents 86b519dd8467
children
files README.txt setup.py
diffstat 2 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Mon Mar 05 14:08:31 2012 -0800
+++ b/README.txt	Mon Mar 05 14:09:43 2012 -0800
@@ -33,10 +33,8 @@
  * ``main``: command line entry point
 
 ``FileApp`` and ``file_response`` are heavily borrowed from
-http://docs.webob.org/en/latest/file-example.html though the example
-there is more complete.  I will work on making this more thorough
-going forward.  I also borrowed from Paste's ``StaticURLParser`` and
-``static.Cling``.
+http://docs.webob.org/en/latest/file-example.html .
+I also borrowed from Paste's ``StaticURLParser`` and ``static.Cling``.
 
 In addition there is a command line script, ``serve``, which may be
 used to serve a directory with the
--- a/setup.py	Mon Mar 05 14:08:31 2012 -0800
+++ b/setup.py	Mon Mar 05 14:09:43 2012 -0800
@@ -4,7 +4,7 @@
 
 import os
 
-version = "0.2.1"
+version = "0.3"
 dependencies = ['webob']
 
 # allow use of setuptools/distribute or distutils