summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-08-24 17:10:45 +0100
committerErik Johnston <erik@matrix.org>2015-08-24 17:10:45 +0100
commit571ac105e6bf9c0de328bb22b095b97fbd09e5ae (patch)
tree965c3deadb830ebe89fa8e10cb9ec9d463d9e38c /synapse/__init__.py
parentDo auth checks *before* persisting the event (diff)
downloadsynapse-571ac105e6bf9c0de328bb22b095b97fbd09e5ae.tar.xz
Bump version and changelog v0.10.0-rc2
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 5853165a21..b4eab89d4e 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-rc1"
+__version__ = "0.10.0-rc2"