summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-02-02 11:10:41 +0000
committerErik Johnston <erik@matrix.org>2017-02-02 11:10:41 +0000
commitbfe3f5815faa230692ec9090baaea17224bd8a4c (patch)
tree0c3db255e11a48dfd00600c8e2b619df8b9f7754 /synapse/__init__.py
parentMerge branch 'develop' of github.com:matrix-org/synapse into release-v0.19.0 (diff)
downloadsynapse-bfe3f5815faa230692ec9090baaea17224bd8a4c.tar.xz
Update changelog v0.19.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 a053a02adb..d398799579 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.19.0-rc1"
+__version__ = "0.19.0-rc2"