From b46cf8492f04d9596da57c838c7cbf635e0d759f Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Sat, 16 Jul 2016 12:48:26 -0400 Subject: [PATCH] bump version to 0.31.5 --- README.rst | 2 +- pywb/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 010a6f3e..4e5fec37 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -PyWb 0.31.0 +PyWb 0.31.5 =========== .. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master diff --git a/pywb/__init__.py b/pywb/__init__.py index 9f66d658..7e67dee2 100644 --- a/pywb/__init__.py +++ b/pywb/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.31.0' +__version__ = '0.31.5' DEFAULT_CONFIG = 'pywb/default_config.yaml'