diff --git a/CHANGES.rst b/CHANGES.rst index a22a87f0..eb7d18ad 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,7 @@ +pywb 0.9.3 changelist +~~~~~~~~~~~~~~~~~~~~~ + + pywb 0.9.2 changelist ~~~~~~~~~~~~~~~~~~~~~ diff --git a/README.rst b/README.rst index 97889eae..3fb69c6f 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -PyWb 0.9.2 +PyWb 0.9.3 ========== .. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master diff --git a/pywb/__init__.py b/pywb/__init__.py index 9a27fb54..ee200d18 100644 --- a/pywb/__init__.py +++ b/pywb/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.9.2' +__version__ = '0.9.3-dev' DEFAULT_CONFIG = 'pywb/default_config.yaml'