Skip to content
This repository has been archived by the owner on Jun 11, 2018. It is now read-only.

Commit

Permalink
updated changelog and bumped version to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
beniwohli committed May 9, 2016
1 parent 832dea2 commit 2cea62a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 3.3.1 ###
* setting `PROCESSORS` to an empty list now skips processing completely instead
of using the default processors
* setting `_opbeat_transaction_name` on the `request` object from a view or
middleware allows code to override the name used for the transaction
* experimental support for manylinux1 binary wheels. Note that the wheels will
not be uploaded to PyPI for now, but will be available on the
[release page](https://github.com/opbeat/opbeat_python/releases/tag/3.3.1)
on GitHub.

## 3.3 ##
* added an asyncio transport (for Python 3.5 and up), thanks @ticosax!
* fixed a bug with uWSGI master mode which would stop the module from sending
Expand Down
3 changes: 2 additions & 1 deletion opbeat/version.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
VERSION = "3.3"
__version__ = (3, 3, 1)
VERSION = '.'.join(map(str, __version__))

0 comments on commit 2cea62a

Please sign in to comment.