mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-16 00:24:48 +01:00
bump version to 0.4.1
This commit is contained in:
parent
cf119174ea
commit
028cdaa22e
@ -1,4 +1,4 @@
|
||||
pywb 0.4.0 changelist
|
||||
pywb 0.4.1 changelist
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Improved test coverage throughout the project.
|
||||
|
@ -1,11 +1,11 @@
|
||||
PyWb 0.4.0
|
||||
PyWb 0.4.1
|
||||
==========
|
||||
|
||||
.. 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'.
|
||||
|
||||
|
2
setup.py
2
setup.py
@ -34,7 +34,7 @@ class PyTest(TestCommand):
|
||||
|
||||
setup(
|
||||
name='pywb',
|
||||
version='0.4.0',
|
||||
version='0.4.1',
|
||||
url='https://github.com/ikreymer/pywb',
|
||||
author='Ilya Kreymer',
|
||||
author_email='ikreymer@gmail.com',
|
||||
|
Loading…
x
Reference in New Issue
Block a user