summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-02-18 10:54:34 +0000
committerErik Johnston <erik@matrix.org>2015-02-18 10:54:34 +0000
commitcedad8fbd688eef70da4d758987bb39f46fe84bf (patch)
treeb5eb8e9edec0bf9aa6f1b974cbe3990462c47681 /synapse/__init__.py
parentAdd .__name__ after type(e) (diff)
downloadsynapse-cedad8fbd688eef70da4d758987bb39f46fe84bf.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 792b8089f6..a804a25748 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.0f"
+__version__ = "0.7.1"