Skip to content

Commit

Permalink
Bumped version to 0.16.4beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorell authored Apr 12, 2023
1 parent 674d653 commit 6f50155
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 6f50155

Please sign in to comment.