summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-01-07 13:56:56 +0000
committerErik Johnston <erik@matrix.org>2015-01-07 13:56:56 +0000
commit89fc09c3d11b3574919a311dbf68816116873abb (patch)
treea48b520d9ea6a54e713406a5a02a6d2b590e0560 /synapse/__init__.py
parentRemove unused import (diff)
downloadsynapse-89fc09c3d11b3574919a311dbf68816116873abb.tar.xz
Bump version and changelog
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 06167e3c1a..c3f1ac63be 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.0"
+__version__ = "0.6.1"