diff --git a/CHANGES.rst b/CHANGES.rst index 1682d3d2..56045c8b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,6 @@ +pywb 0.8.2 changelist +~~~~~~~~~~~~~~~~~~~~~ + pywb 0.8.1 changelist ~~~~~~~~~~~~~~~~~~~~~ diff --git a/README.rst b/README.rst index 80e84c67..d8d85c2d 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -PyWb 0.8.1 +PyWb 0.8.2 ========== .. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop diff --git a/setup.py b/setup.py index c6a0f1b9..e88cdb42 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ class PyTest(TestCommand): setup( name='pywb', - version='0.8.1', + version='0.8.2', url='https://github.com/ikreymer/pywb', author='Ilya Kreymer', author_email='ikreymer@gmail.com',