summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-10-23 11:11:56 +0100
committerErik Johnston <erik@matrix.org>2015-10-23 11:11:56 +0100
commit259d10f0e4947f58e70998971b5d862a5ebe17d4 (patch)
tree89ecd1b19ed7668d502418e7fbf1310ed68afaba /synapse/__init__.py
parentMerge pull request #325 from matrix-org/markjh/filter_dicts (diff)
parentFix receipts for room initial sync (diff)
downloadsynapse-259d10f0e4947f58e70998971b5d862a5ebe17d4.tar.xz
Merge branch 'release-v0.10.1' of github.com:matrix-org/synapse into develop
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 d62294e6bb..e9ce0412ed 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-r2"
+__version__ = "0.10.1-rc1"