Skip to content

Commit

Permalink
Merge pull request #426 from rollbar/release/0.16.4beta1
Browse files Browse the repository at this point in the history
Release `0.16.4beta1`
  • Loading branch information
danielmorell committed Apr 17, 2023
2 parents 674d653 + 6f50155 commit fd15c2a
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 @@ -23,7 +23,7 @@
from rollbar.lib import events, filters, dict_merge, parse_qs, text, transport, urljoin, iteritems, defaultJSONEncode


__version__ = '0.16.4beta'
__version__ = '0.16.4beta1'
__log_name__ = 'rollbar'
log = logging.getLogger(__log_name__)

Expand Down

0 comments on commit fd15c2a

Please sign in to comment.