Skip to content

Commit 2e3d578

Browse files
Version 0.2
1 parent 3f24cae commit 2e3d578

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
0.2 (2016-04-15)
5+
----------------
6+
* Added docs and tests
7+
* Published on PyPI
8+
49
0.1 (2016-04-11)
510
----------------
611
Initial release

flask_sse.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from redis import StrictRedis
77
import six
88

9-
__version__ = '0.1'
9+
__version__ = '0.2'
1010

1111

1212
@six.python_2_unicode_compatible

0 commit comments

Comments
 (0)