summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-09-02 15:26:11 +0100
committerErik Johnston <erik@matrix.org>2014-09-02 15:26:11 +0100
commit464e1fcfa5fbbc51d8b1502df5971cfd2189fd37 (patch)
treef2cf21ddaa6383c7819194cad1df2b5e2d2007be /synapse/__init__.py
parentBF: Prevent controllers from being instantiated twice. (diff)
parentv0.1.2 (diff)
downloadsynapse-464e1fcfa5fbbc51d8b1502df5971cfd2189fd37.tar.xz
Merge branch 'master' of github.com:matrix-org/synapse into release-v0.2.0
Conflicts:
	synapse/notifier.py
	webclient/room/room-controller.js
	webclient/room/room.html
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 47fc1b2ea4..04200060bf 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -16,4 +16,4 @@
 """ This is a reference implementation of a synapse home server.
 """
 
-__version__ = "0.0.1"
+__version__ = "0.1.2"