summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-02-13 14:37:30 +0000
committerErik Johnston <erik@matrix.org>2015-02-13 14:37:30 +0000
commit49eb11530c527c231a7f6d3c3658f9df059b62b3 (patch)
treea501e603d51850bf7479176dd5251f7b56efbc71 /synapse/__init__.py
parentBump version (diff)
parentBump version (diff)
downloadsynapse-49eb11530c527c231a7f6d3c3658f9df059b62b3.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse v0.7.0c
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 c0aa2a757f..1060fcc866 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.7.0b"
+__version__ = "0.7.0c"