summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-02-04 23:51:34 +0000
committerErik Johnston <erik@matrix.org>2015-02-04 23:51:34 +0000
commit77e5ae22a99e6668e76b530735e594509dcc3ea7 (patch)
treedbd56128586ce73a7b320fe0cf821139fb16890f
parentPull in python_dependencies.py from develop (diff)
downloadsynapse-77e5ae22a99e6668e76b530735e594509dcc3ea7.tar.xz
Ver bump
-rw-r--r--VERSION2
-rw-r--r--synapse/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 1c29ff4d36..1648b8029d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.6.1d
+0.6.1e
diff --git a/synapse/__init__.py b/synapse/__init__.py
index dacda89865..d3f1c33d3a 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.6.1d"
+__version__ = "0.6.1e"