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

release: bump to 0.11.5, update version and changelist

This commit is contained in:
Ilya Kreymer 2016-03-31 12:45:16 -07:00
parent b5cf79072d
commit ba7ac56230
3 changed files with 10 additions and 2 deletions

View File

@ -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
~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,4 @@
PyWb 0.11.4
PyWb 0.11.5
===========
.. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master

View File

@ -1,4 +1,4 @@
__version__ = '0.11.4'
__version__ = '0.11.5'
DEFAULT_CONFIG = 'pywb/default_config.yaml'