mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +01:00
bump version to 0.6.5!
This commit is contained in:
parent
f6053a977b
commit
044792f99f
@ -1,4 +1,4 @@
|
|||||||
PyWb 0.6.4
|
PyWb 0.6.5
|
||||||
==========
|
==========
|
||||||
|
|
||||||
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop
|
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop
|
||||||
@ -7,7 +7,7 @@ PyWb 0.6.4
|
|||||||
:target: https://coveralls.io/r/ikreymer/pywb?branch=develop
|
:target: https://coveralls.io/r/ikreymer/pywb?branch=develop
|
||||||
.. image:: https://img.shields.io/gratipay/ikreymer.svg
|
.. image:: https://img.shields.io/gratipay/ikreymer.svg
|
||||||
:target: https://www.gratipay.com/ikreymer/
|
:target: https://www.gratipay.com/ikreymer/
|
||||||
|
|
||||||
pywb is a python implementation of web archival replay tools, sometimes also known as 'Wayback Machine'.
|
pywb is a python implementation of web archival replay tools, sometimes also known as 'Wayback Machine'.
|
||||||
|
|
||||||
pywb allows high-quality replay (browsing) of archived web data stored in standardized `ARC <http://en.wikipedia.org/wiki/ARC_(file_format)>`_ and `WARC <http://en.wikipedia.org/wiki/Web_ARChive>`_.
|
pywb allows high-quality replay (browsing) of archived web data stored in standardized `ARC <http://en.wikipedia.org/wiki/ARC_(file_format)>`_ and `WARC <http://en.wikipedia.org/wiki/Web_ARChive>`_.
|
||||||
|
2
setup.py
2
setup.py
@ -34,7 +34,7 @@ class PyTest(TestCommand):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pywb',
|
name='pywb',
|
||||||
version='0.6.4',
|
version='0.6.5',
|
||||||
url='https://github.com/ikreymer/pywb',
|
url='https://github.com/ikreymer/pywb',
|
||||||
author='Ilya Kreymer',
|
author='Ilya Kreymer',
|
||||||
author_email='ikreymer@gmail.com',
|
author_email='ikreymer@gmail.com',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user