summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-01-08 09:42:23 +0000
committerMark Haines <mark.haines@matrix.org>2015-01-08 09:42:23 +0000
commit5a0e687d5cfbb01d817a2ea5a795d3fee7ca5083 (patch)
tree73e2f3622fb5c6e8613085f12bb867525394b0e4
parentSYN-231: User agent header broken (diff)
downloadsynapse-5a0e687d5cfbb01d817a2ea5a795d3fee7ca5083.tar.xz
Bump version
-rw-r--r--VERSION2
-rw-r--r--synapse/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION

index ee6cdce3c2..8b9dea59dc 100644 --- a/VERSION +++ b/VERSION
@@ -1 +1 @@ -0.6.1 +0.6.1a diff --git a/synapse/__init__.py b/synapse/__init__.py
index c3f1ac63be..2195ad3177 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.1" +__version__ = "0.6.1a"