Skip to content

Commit 205d904

Browse files
authored
Merge pull request #391 from rollbar/bxsx/release-0.16.2
Release v0.16.2
2 parents b3d3a10 + ff8b2c4 commit 205d904

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
**0.16.2**
6+
7+
- Fix building person data in Django. See [#385](https://github.com/rollbar/pyrollbar/pull/385)
8+
- Fix circular error logging for non-HTTP events in Starlette. See [#390](https://github.com/rollbar/pyrollbar/pull/390)
9+
- Fix Python 3.4 builds. See [#389](https://github.com/rollbar/pyrollbar/pull/389)
10+
511
**0.16.1**
612

713
- Fix PyPI artifacts

rollbar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from rollbar.lib import events, filters, dict_merge, parse_qs, text, transport, urljoin, iteritems, defaultJSONEncode
2424

2525

26-
__version__ = '0.16.1'
26+
__version__ = '0.16.2'
2727
__log_name__ = 'rollbar'
2828
log = logging.getLogger(__log_name__)
2929

0 commit comments

Comments
 (0)