Skip to content

Commit d6c0504

Browse files
committed
build: fix incorrectly built 0.7.0, update to 0.7.1
1 parent a76bf79 commit d6c0504

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

CHANGES.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
pywb 0.7.0 changelist
1+
pywb 0.7.1 changelist
22
~~~~~~~~~~~~~~~~~~~~~
33

4+
* (0.7.1 fixes some missing static files from 0.7.0 release)
5+
46
* Video/Audio Replay, Live Proxy and Recording Support (with pywb-webrecorder)!
57

68
See: `Video Replay and Recording <https://github.com/ikreymer/pywb/wiki/Video-Replay-and-Recording>`_ for more detailed info.
7-
9+
810
* Support for replaying HTTP/1.1 range requests for any archived resorce (optional range cache be disabled via `enable_ranges: false`)
911

1012
* Support for on-the-fly video replacement of Flash with HTML5 using new video rewrite system ``vidrw.js``.
@@ -18,7 +20,7 @@ pywb 0.7.0 changelist
1820
- Date override sets date to replay timestamp
1921
- Image() object override
2022
- ability to disable dynamic attribute rewriting by setting `_no_rewrite` on an element.
21-
23+
2224
* Type detection: resolve conflict between text/html that is served under js_ mod, resolve if html or js.
2325

2426

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
PyWb 0.7.0
1+
PyWb 0.7.1
22
==========
33

4-
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop
4+
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=master
55
:target: https://travis-ci.org/ikreymer/pywb
6-
.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=develop
7-
:target: https://coveralls.io/r/ikreymer/pywb?branch=develop
6+
.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=master
7+
:target: https://coveralls.io/r/ikreymer/pywb?branch=master
88
.. image:: https://img.shields.io/gratipay/ikreymer.svg
99
:target: https://www.gratipay.com/ikreymer/
1010

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ def run_tests(self):
3434

3535
setup(
3636
name='pywb',
37-
version='0.7.0',
37+
version='0.7.1',
3838
url='https://github.com/ikreymer/pywb',
3939
author='Ilya Kreymer',
4040
author_email='ikreymer@gmail.com',
4141
description='Python WayBack Machine for web archive replay',
4242
long_description=long_description,
4343
license='GPL',
4444
packages=find_packages(),
45-
include_package_data=True,
45+
#include_package_data=True,
4646
provides=[
4747
'pywb',
4848
'pywb.utils',

0 commit comments

Comments
 (0)