Version bump for bug fix.

This commit is contained in:
Erik Johnston
2014-08-29 16:15:20 +01:00
parent d5c94c922f
commit 52203edbce
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -1,3 +1,10 @@
Changes in synapse 0.1.1 (2014-08-29)
=====================================
Homeserver:
* Fix bug that caused the event stream to not notify some clients about
changes.
Changes in synapse 0.1.0 (2014-08-29)
=====================================
Presence has been reenabled in this release.
+1 -1
View File
@@ -1 +1 @@
0.1.0
0.1.1
+1 -1
View File
@@ -16,4 +16,4 @@
""" This is a reference implementation of a synapse home server.
"""
__version__ = "0.1.0"
__version__ = "0.1.1"