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

bump version to 0.7.8 for latest fix

This commit is contained in:
Ilya Kreymer 2015-02-04 21:46:57 -08:00
parent cc144fdead
commit 384e68c84b
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
pywb 0.7.8 changelist
~~~~~~~~~~~~~~~~~~~~~
* live rewrite fix: When forwarding ``X-Forwarded-Proto`` header, set scheme to actual url scheme to avoid possible redirect loops (#57)
pywb 0.7.7 changelist
~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,4 @@
PyWb 0.7.7
PyWb 0.7.8
==========
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=master

View File

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