# HG changeset patch
# User Jeff Hammel <jhammel@mozilla.com>
# Date 1330985383 28800
# Node ID aca8cb6bfd636c0144a7ea20ca651825be840f5d
# Parent  86b519dd8467a6477954408fe2573c0a44994633
fix documentation + bump version

diff -r 86b519dd8467 -r aca8cb6bfd63 README.txt
--- 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
diff -r 86b519dd8467 -r aca8cb6bfd63 setup.py
--- 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