Skip to content

Commit

Permalink
Merge pull request #364 from rollbar/pawel/release_0.15.2
Browse files Browse the repository at this point in the history
releasing 0.15.2
  • Loading branch information
pawelsz-rb authored Jan 25, 2021
2 parents 2b6b770 + 26c6ef1 commit 31095a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollbar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from rollbar.lib import events, filters, dict_merge, parse_qs, text, transport, urljoin, iteritems, defaultJSONEncode


__version__ = '0.15.1'
__version__ = '0.15.2'
__log_name__ = 'rollbar'
log = logging.getLogger(__log_name__)

Expand Down

0 comments on commit 31095a3

Please sign in to comment.