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

bump version to 0.9.3-dev

This commit is contained in:
Ilya Kreymer 2015-03-28 16:12:28 -07:00
parent c3a108b169
commit 313a2efeac
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
pywb 0.9.3 changelist
~~~~~~~~~~~~~~~~~~~~~
pywb 0.9.2 changelist
~~~~~~~~~~~~~~~~~~~~~

View File

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

View File

@ -1,4 +1,4 @@
__version__ = '0.9.2'
__version__ = '0.9.3-dev'
DEFAULT_CONFIG = 'pywb/default_config.yaml'