From ba7ac56230750f25407c4a21b2775a84c19eb7bf Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Thu, 31 Mar 2016 12:45:16 -0700 Subject: [PATCH] release: bump to 0.11.5, update version and changelist --- CHANGES.rst | 8 ++++++++ README.rst | 2 +- pywb/__init__.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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'