Skip to content

Commit

Permalink
Merge branch 'hotfix/0.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
fraoustin committed Aug 19, 2017
2 parents ad667ce + e23ff5c commit 19233cb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Feature
=======

V. 0.1.4
========

- hotfix requirement

V. 0.1.1
========

Expand Down
4 changes: 2 additions & 2 deletions REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
flask
flask-socketio
Flask>=0.9
Flask-SocketIO>=2.9.2
2 changes: 1 addition & 1 deletion flask_logsocketio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Module flask_logsocketio
"""

__version_info__ = (0, 1, 2)
__version_info__ = (0, 1, 4)
__version__ = '.'.join([str(val) for val in __version_info__])

__namepkg__ = "flask-logsocketio"
Expand Down

0 comments on commit 19233cb

Please sign in to comment.