We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f24cae commit 2e3d578Copy full SHA for 2e3d578
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Change Log
2
==========
3
4
+0.2 (2016-04-15)
5
+----------------
6
+* Added docs and tests
7
+* Published on PyPI
8
+
9
0.1 (2016-04-11)
10
----------------
11
Initial release
flask_sse.py
@@ -6,7 +6,7 @@
from redis import StrictRedis
import six
-__version__ = '0.1'
+__version__ = '0.2'
12
@six.python_2_unicode_compatible
0 commit comments