summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-02-02 13:18:36 +0000
committerMark Haines <mark.haines@matrix.org>2015-02-02 13:18:36 +0000
commitd8cf06e525241252bcfac358d44f98d15dba9d0f (patch)
tree53183ffae5cb0905f087decf80ae4699e49cdfd2
parentPin the version of Twisted to 14.0.2 since we are using some of its internals (diff)
downloadsynapse-d8cf06e525241252bcfac358d44f98d15dba9d0f.tar.xz
Bump version to 0.6.1d
-rw-r--r--VERSION2
-rw-r--r--synapse/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 492b488cd8..1c29ff4d36 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.6.1c
+0.6.1d
diff --git a/synapse/__init__.py b/synapse/__init__.py
index fdfe5eda3e..dacda89865 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.1c"
+__version__ = "0.6.1d"