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

bump version to 0.11.3

This commit is contained in:
Ilya Kreymer 2016-03-16 14:29:42 -07:00
parent f962418c1f
commit cd65ddafbc
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
pywb 0.11.3 changelist
~~~~~~~~~~~~~~~~~~~~~~
rewrite: fix typo in ``<meta content="">`` rewrite (modifier was not being set)
pywb 0.11.2 changelist
~~~~~~~~~~~~~~~~~~~~~~

View File

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

View File

@ -1,4 +1,4 @@
__version__ = '0.11.2'
__version__ = '0.11.3'
DEFAULT_CONFIG = 'pywb/default_config.yaml'