summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorDavid Baker <dbkr@matrix.org>2014-08-29 18:13:34 +0100
committerDavid Baker <dbkr@matrix.org>2014-08-29 18:13:34 +0100
commit7b79c0f08fec1dcd0f23151e95b379afe052f85e (patch)
tree9f9cb78145d0aa118d4c87d30ebadbac9b61661a /synapse/__init__.py
parentGive basic feedback on the state of VoIP calls in the UI (manually adding to ... (diff)
downloadsynapse-7b79c0f08fec1dcd0f23151e95b379afe052f85e.tar.xz
v0.1.2 v0.1.2
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 dd43c2d11a..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.1.1"
+__version__ = "0.1.2"