Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuff committed Jan 27, 2018
1 parent 8da253f commit 4e096a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changes
=======

0.7.0 (2018-01-27)
------------------

- Added `@websocket` as a decorator type for handling websockets. A function
call should return two callables which will be used for receiving messages
through the socket and as a way to notify about the closure of the socket.


0.6.5 (2018-01-16)
------------------

Expand Down
2 changes: 1 addition & 1 deletion tomodachi/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.6.5'
__version__ = '0.7.0'

if __name__ == "__main__":
print(__version__)

0 comments on commit 4e096a4

Please sign in to comment.