summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-02-02 18:58:33 +0000
committerErik Johnston <erik@matrix.org>2017-02-02 18:58:33 +0000
commit84f600b2eec3d736ed4e667090dddf100965a77d (patch)
tree5f9826171ad6ae27e2e936e013d5912e5b6fcdaf /synapse/__init__.py
parentMerge branch 'develop' of github.com:matrix-org/synapse into release-v0.19.0 (diff)
downloadsynapse-84f600b2eec3d736ed4e667090dddf100965a77d.tar.xz
Bump changelog and version v0.19.0-rc4
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 ceabdcb489..950c4178b8 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-rc3"
+__version__ = "0.19.0-rc4"