diff --git a/CHANGES.rst b/CHANGES.rst index 2610055d..bbe59b6f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,11 @@ +pywb 0.11.5 changelist +~~~~~~~~~~~~~~~~~~~~~~ + +* cdx index bug fix: fix bug with cdx indexing with post-append when WARC request and response records do not alternate in the WARC. + +* load yaml config: ensure file stream gets closed. + + pywb 0.11.4 changelist ~~~~~~~~~~~~~~~~~~~~~~ diff --git a/README.rst b/README.rst index 6a59c6eb..71dbb499 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -PyWb 0.11.4 +PyWb 0.11.5 =========== .. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master diff --git a/pywb/__init__.py b/pywb/__init__.py index 60696a7c..677fd05b 100644 --- a/pywb/__init__.py +++ b/pywb/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.11.4' +__version__ = '0.11.5' DEFAULT_CONFIG = 'pywb/default_config.yaml'