summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-09-03 09:49:54 +0100
committerErik Johnston <erik@matrix.org>2015-09-03 09:49:54 +0100
commit9ad38c9807a215925d002869844b479ffc47fa0e (patch)
treeeb3f41b5641807e4218ce251dbfcb818f318751d /synapse/__init__.py
parentLists use 'append' (diff)
downloadsynapse-9ad38c9807a215925d002869844b479ffc47fa0e.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 f8cb48ff15..d85bb3dce0 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-rc6"
+__version__ = "0.10.0"