diff --git a/README.rst b/README.rst index f336c285..68dca905 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,10 @@ -PyWb 0.9.5-dev -============== +PyWb 0.9.5 +========== -.. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=develop +.. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master :target: https://travis-ci.org/ikreymer/pywb -.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.svg?branch=develop - :target: https://coveralls.io/r/ikreymer/pywb?branch=develop +.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.svg?branch=master + :target: https://coveralls.io/r/ikreymer/pywb?branch=master .. image:: https://img.shields.io/gratipay/ikreymer.svg :target: https://www.gratipay.com/ikreymer/ diff --git a/pywb/__init__.py b/pywb/__init__.py index 79fdd0f2..03b07569 100644 --- a/pywb/__init__.py +++ b/pywb/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.9.4dev0' +__version__ = '0.9.5' DEFAULT_CONFIG = 'pywb/default_config.yaml'