summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-02-13 15:37:35 +0000
committerErik Johnston <erik@matrix.org>2015-02-13 15:37:35 +0000
commitbe26697b29a44b96cb0ed371ca4aaab2654d6802 (patch)
tree69f081b3453c7eafbf7e19c4c0b284eee2c1fae1 /synapse/__init__.py
parentFix wrong variable name (diff)
downloadsynapse-be26697b29a44b96cb0ed371ca4aaab2654d6802.tar.xz
Bump version v0.7.0d
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 1060fcc866..7ba21cd247 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.0c"
+__version__ = "0.7.0d"