From 22c210131a474ab224f6c83b9bb05ca7ed72f681 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Wed, 23 Jul 2014 15:31:04 -0700 Subject: [PATCH] bump version to 0.5.1 --- CHANGES.rst | 8 ++++++++ README.rst | 2 +- setup.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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',