diff --git a/README.md b/README.md index 5a84ab3f..0aaece7b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Pyrollbar -[![Build Status](https://api.travis-ci.org/rollbar/pyrollbar.png?branch=v0.14.1)](https://travis-ci.org/rollbar/pyrollbar) +[![Build Status](https://api.travis-ci.org/rollbar/pyrollbar.png?branch=v0.14.2)](https://travis-ci.org/rollbar/pyrollbar) Python notifier for reporting exceptions, errors, and log messages to [Rollbar](https://rollbar.com). diff --git a/README.rst b/README.rst index 5b6cf9f1..ade1728b 100644 --- a/README.rst +++ b/README.rst @@ -37,5 +37,5 @@ Contributing Tests are in ``rollbar/test``. To run the tests: ``python setup.py test`` -.. |Build Status| image:: https://api.travis-ci.org/rollbar/pyrollbar.png?branch=v0.14.1 +.. |Build Status| image:: https://api.travis-ci.org/rollbar/pyrollbar.png?branch=v0.14.2 :target: https://travis-ci.org/rollbar/pyrollbar diff --git a/rollbar/__init__.py b/rollbar/__init__.py index 57a1d712..4715a8a7 100644 --- a/rollbar/__init__.py +++ b/rollbar/__init__.py @@ -24,7 +24,7 @@ from rollbar.lib import events, filters, dict_merge, parse_qs, text, transport, urljoin, iteritems -__version__ = '0.14.1' +__version__ = '0.14.2' __log_name__ = 'rollbar' log = logging.getLogger(__log_name__)