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

bump version to 0.8.0!

This commit is contained in:
Ilya Kreymer 2015-01-26 11:07:30 -08:00
parent 695245d9e8
commit 59630c08f6
3 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,7 @@
pywb 0.8.0 changelist
~~~~~~~~~~~~~~~~~~~~~
pywb 0.7.6 changelist
~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,10 +1,10 @@
PyWb 0.7.6
PyWb 0.8.0
==========
.. 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
.. image:: https://img.shields.io/gratipay/ikreymer.svg
:target: https://www.gratipay.com/ikreymer/

View File

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