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

bump version to 0.6.3

This commit is contained in:
Ilya Kreymer 2014-10-19 00:19:07 -07:00
parent e4befd0d85
commit d01275335b
3 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,7 @@
pywb 0.6.3 changelist
~~~~~~~~~~~~~~~~~~~~~
pywb 0.6.2 changelist
~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,11 +1,11 @@
PyWb 0.6.2
PyWb 0.6.3
==========
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=master
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop
:target: https://travis-ci.org/ikreymer/pywb
.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=master
:target: https://coveralls.io/r/ikreymer/pywb?branch=master
.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=develop
:target: https://coveralls.io/r/ikreymer/pywb?branch=develop
pywb is a python implementation of web archival replay tools, sometimes also known as 'Wayback Machine'.

View File

@ -34,7 +34,7 @@ class PyTest(TestCommand):
setup(
name='pywb',
version='0.6.2',
version='0.6.3',
url='https://github.com/ikreymer/pywb',
author='Ilya Kreymer',
author_email='ikreymer@gmail.com',