summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-02-02 17:15:17 +0000
committerErik Johnston <erik@matrix.org>2017-02-02 17:15:17 +0000
commit82b3e0851c1bd8569a37231d9dac7430294b8096 (patch)
tree81e4bb44c2d6835837e01799637f1bf1b5ddfc88 /synapse/__init__.py
parentMerge branch 'develop' of github.com:matrix-org/synapse into release-v0.19.0 (diff)
downloadsynapse-82b3e0851c1bd8569a37231d9dac7430294b8096.tar.xz
Bump version and changelog v0.19.0-rc3
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 d398799579..ceabdcb489 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-rc2"
+__version__ = "0.19.0-rc3"