Skip to content

Commit 18b40e6

Browse files
committed
release 0.14.2
1 parent 398a17a commit 18b40e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Pyrollbar
2-
[![Build Status](https://api.travis-ci.org/rollbar/pyrollbar.png?branch=v0.14.1)](https://travis-ci.org/rollbar/pyrollbar)
2+
[![Build Status](https://api.travis-ci.org/rollbar/pyrollbar.png?branch=v0.14.2)](https://travis-ci.org/rollbar/pyrollbar)
33

44
Python notifier for reporting exceptions, errors, and log messages to [Rollbar](https://rollbar.com).
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ Contributing
3737

3838
Tests are in ``rollbar/test``. To run the tests: ``python setup.py test``
3939

40-
.. |Build Status| image:: https://api.travis-ci.org/rollbar/pyrollbar.png?branch=v0.14.1
40+
.. |Build Status| image:: https://api.travis-ci.org/rollbar/pyrollbar.png?branch=v0.14.2
4141
:target: https://travis-ci.org/rollbar/pyrollbar

rollbar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
from rollbar.lib import events, filters, dict_merge, parse_qs, text, transport, urljoin, iteritems
2626

27-
__version__ = '0.14.1'
27+
__version__ = '0.14.2'
2828
__log_name__ = 'rollbar'
2929
log = logging.getLogger(__log_name__)
3030

0 commit comments

Comments
 (0)