From 6452c72b4f8732e31996258a5d6cfc72ad5ef243 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Thu, 8 Sep 2016 10:31:07 -0700 Subject: [PATCH] bump versions --- README.rst | 2 +- pywb/__init__.py | 2 +- pywb/static/wombat.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 4e5fec37..60f5237d 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -PyWb 0.31.5 +PyWb 0.32.0 =========== .. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master diff --git a/pywb/__init__.py b/pywb/__init__.py index 7e67dee2..7cdc246c 100644 --- a/pywb/__init__.py +++ b/pywb/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.31.5' +__version__ = '0.32.0' DEFAULT_CONFIG = 'pywb/default_config.yaml' diff --git a/pywb/static/wombat.js b/pywb/static/wombat.js index 71ec3227..882c996f 100644 --- a/pywb/static/wombat.js +++ b/pywb/static/wombat.js @@ -18,7 +18,7 @@ This file is part of pywb, https://github.com/ikreymer/pywb */ //============================================ -// Wombat JS-Rewriting Library v2.14 +// Wombat JS-Rewriting Library v2.15 //============================================