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

Commit e8b76bb

Browse files
committed
bumped version to 3.3.3 and updated CHANGES
1 parent be9ac12 commit e8b76bb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 3.3.3 ###
2+
* fixed an issue where Opbeat for Flask would listen for all signals, instead
3+
of just signals from the app it has been initialized with. Thanks @tomlinton
4+
for the fix.
5+
* fixed an encoding issue when loading the README.rst in setup.py. Thanks
6+
@apuyou for the fix.
7+
18
### 3.3.2 ###
29
* removed suprious print statement that made it into 3.3.1. Thanks @coagulant for
310
the heads up!

opbeat/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = (3, 3, 2)
1+
__version__ = (3, 3, 3)
22
VERSION = '.'.join(map(str, __version__))

0 commit comments

Comments
 (0)