Skip to content

Commit

Permalink
Merge pull request #84 from MindscapeHQ/sh/bugfix-release
Browse files Browse the repository at this point in the history
Release updates for bug fix
  • Loading branch information
Samuel Holt committed Mar 28, 2019
2 parents c734ef6 + f460ea9 commit 8b33308
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.2.3 (28/03/2019):
Bugfixes
- Add request rawData to the build_wsgi_compliant_request utilities to fix a bug where rawData is set manually then overwritten by an empty object.

## 4.2.2 (23/01/2019):
Bugfixes
- Fix `set_request_details` builder method not returning self causing it to be unchainable
Expand Down
2 changes: 1 addition & 1 deletion python2/raygun4py/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
__version__ = '4.2.2'
__version__ = '4.2.3'
2 changes: 1 addition & 1 deletion python3/raygun4py/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
__version__ = '4.2.2'
__version__ = '4.2.3'

0 comments on commit 8b33308

Please sign in to comment.