From d39ac71531ece420340fba6bc0eabe7d8960ca82 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Mon, 12 Oct 2015 22:18:19 -0700 Subject: [PATCH] bump version to 0.10.9.1 for wombat scheme-rel url fix --- CHANGES.rst | 6 ++++++ README.rst | 4 ++-- pywb/__init__.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 570f5786..7855a821 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~~ diff --git a/README.rst b/README.rst index 366265f7..a00b90bd 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -PyWb 0.10.9 -=========== +PyWb 0.10.9.1 +============= .. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master :target: https://travis-ci.org/ikreymer/pywb diff --git a/pywb/__init__.py b/pywb/__init__.py index 321feec7..18e92051 100644 --- a/pywb/__init__.py +++ b/pywb/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.10.9' +__version__ = '0.10.9.1' DEFAULT_CONFIG = 'pywb/default_config.yaml'