Skip to content

Commit d39ac71

Browse files
committed
bump version to 0.10.9.1 for wombat scheme-rel url fix
1 parent edbfd50 commit d39ac71

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
pywb 0.10.9.1 changelist
2+
~~~~~~~~~~~~~~~~~~~~~~
3+
4+
* wombat: fix relative '/' rewrite which incorrectly handles rel scheme '//' urls
5+
6+
17
pywb 0.10.9 changelist
28
~~~~~~~~~~~~~~~~~~~~~~
39

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
PyWb 0.10.9
2-
===========
1+
PyWb 0.10.9.1
2+
=============
33

44
.. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master
55
:target: https://travis-ci.org/ikreymer/pywb

pywb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.10.9'
1+
__version__ = '0.10.9.1'
22

33
DEFAULT_CONFIG = 'pywb/default_config.yaml'
44

0 commit comments

Comments
 (0)