Skip to content

Commit

Permalink
Release v0.16.1
Browse files Browse the repository at this point in the history
No changes since v0.16.0.
It's necessary to fix PyPI artifacts as v0.16.0 package was wrongly uploaded.
  • Loading branch information
bxsx committed Jun 18, 2021
1 parent e76f623 commit 3eb999b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

The change log is also available on the [GitHub Releases Page](https://github.com/rollbar/pyrollbar/releases).

**0.16.1**

- Fix PyPI artifacts

**0.16.0**

- Add support for FastAPI framework. See [#373](https://github.com/rollbar/pyrollbar/pull/373)
Expand Down
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.0'
__version__ = '0.16.1'
__log_name__ = 'rollbar'
log = logging.getLogger(__log_name__)

Expand Down

0 comments on commit 3eb999b

Please sign in to comment.