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

build: fix incorrectly built 0.7.0, update to 0.7.1

This commit is contained in:
Ilya Kreymer 2014-12-27 03:11:48 -08:00
parent a76bf79b83
commit d6c05042c9
3 changed files with 11 additions and 9 deletions

View File

@ -1,6 +1,8 @@
pywb 0.7.0 changelist
pywb 0.7.1 changelist
~~~~~~~~~~~~~~~~~~~~~
* (0.7.1 fixes some missing static files from 0.7.0 release)
* Video/Audio Replay, Live Proxy and Recording Support (with pywb-webrecorder)!
See: `Video Replay and Recording <https://github.com/ikreymer/pywb/wiki/Video-Replay-and-Recording>`_ for more detailed info.

View File

@ -1,10 +1,10 @@
PyWb 0.7.0
PyWb 0.7.1
==========
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=master
:target: https://travis-ci.org/ikreymer/pywb
.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=develop
:target: https://coveralls.io/r/ikreymer/pywb?branch=develop
.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=master
:target: https://coveralls.io/r/ikreymer/pywb?branch=master
.. 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.0',
version='0.7.1',
url='https://github.com/ikreymer/pywb',
author='Ilya Kreymer',
author_email='ikreymer@gmail.com',
@ -42,7 +42,7 @@ setup(
long_description=long_description,
license='GPL',
packages=find_packages(),
include_package_data=True,
#include_package_data=True,
provides=[
'pywb',
'pywb.utils',