1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

bump version to 0.5.1

This commit is contained in:
Ilya Kreymer 2014-07-23 15:31:04 -07:00
parent 8ea7f5d3a0
commit 22c210131a
3 changed files with 10 additions and 2 deletions

View File

@ -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
~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,4 @@
PyWb 0.5.0
PyWb 0.5.1
==========
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop

View File

@ -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',