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

bump version to 0.10.9.1 for wombat scheme-rel url fix

This commit is contained in:
Ilya Kreymer 2015-10-12 22:18:19 -07:00
parent edbfd500a4
commit d39ac71531
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
pywb 0.10.9.1 changelist
~~~~~~~~~~~~~~~~~~~~~~
* wombat: fix relative '/' rewrite which incorrectly handles rel scheme '//' urls
pywb 0.10.9 changelist pywb 0.10.9 changelist
~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,5 +1,5 @@
PyWb 0.10.9 PyWb 0.10.9.1
=========== =============
.. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master .. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master
:target: https://travis-ci.org/ikreymer/pywb :target: https://travis-ci.org/ikreymer/pywb

View File

@ -1,4 +1,4 @@
__version__ = '0.10.9' __version__ = '0.10.9.1'
DEFAULT_CONFIG = 'pywb/default_config.yaml' DEFAULT_CONFIG = 'pywb/default_config.yaml'