diff --git a/CHANGES.rst b/CHANGES.rst index 21aff406..1e2794df 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,11 @@ +pywb 0.5.1 changelist +~~~~~~~~~~~~~~~~~~~~~ + +* cdxindexer supports unicode filenames + +* SCRIPT_NAME now defaults to '' if not present + + pywb 0.5.0 changelist ~~~~~~~~~~~~~~~~~~~~~ diff --git a/README.rst b/README.rst index 632aca5b..9c4b380d 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -PyWb 0.5.0 +PyWb 0.5.1 ========== .. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop diff --git a/setup.py b/setup.py index 305a432c..3e89abed 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ class PyTest(TestCommand): setup( name='pywb', - version='0.5.0', + version='0.5.1', url='https://github.com/ikreymer/pywb', author='Ilya Kreymer', author_email='ikreymer@gmail.com',