summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-02-12 10:02:06 +0000
committerErik Johnston <erik@matrix.org>2015-02-12 10:02:06 +0000
commitff2a2ae56ecd68c180e1d2548dffbe068d61f70f (patch)
treeeb7f3dde5f57041a4edbfd0fb935b4f2cae6c10c /synapse/__init__.py
parentConvert get_rooms to use runInteraction so the transacion has a more helpful ... (diff)
downloadsynapse-ff2a2ae56ecd68c180e1d2548dffbe068d61f70f.tar.xz
Bump version
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 8fe8df4edb..915af3fe09 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -16,4 +16,4 @@
 """ This is a reference implementation of a Matrix home server.
 """
 
-__version__ = "0.6.1f"
+__version__ = "0.7.0"