summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-09-02 17:16:14 +0100
committerErik Johnston <erik@matrix.org>2015-09-02 17:17:40 +0100
commite90f32646f2f4a51079a1e64405cadce616e54c3 (patch)
tree9a18681093e45e0318121d6c37c6e9b15ec280e8 /synapse/__init__.py
parentUpdate README to include RAM requirements (diff)
downloadsynapse-e90f32646f2f4a51079a1e64405cadce616e54c3.tar.xz
Bump version and changelog v0.10.0-rc6
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 57b8304d35..f8cb48ff15 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-rc5"
+__version__ = "0.10.0-rc6"