summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-09-08 11:01:48 +0100
committerErik Johnston <erik@matrix.org>2015-09-08 11:01:48 +0100
commit2ff439cff7dd666beeaaeae647a34031e285331e (patch)
treef3298f6ddc3f3a2edf8066281c3bc5719da961e5 /synapse/__init__.py
parentMerge pull request #269 from matrix-org/markjh/upgrading_setuptools (diff)
downloadsynapse-2ff439cff7dd666beeaaeae647a34031e285331e.tar.xz
Bump version/changelog v0.10.0-r1
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 d85bb3dce0..5b5ff6c3f3 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.10.0"
+__version__ = "0.10.0-r1"