summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-03-13 10:02:58 +0000
committerErik Johnston <erik@matrix.org>2017-03-13 10:02:58 +0000
commit254b7c5b156a08f79d0d79e5af0ab768fec6455e (patch)
tree41ee220967c0a40ce8517a8ba99af56b08ad9c6f /synapse/__init__.py
parentMerge branch 'develop' of github.com:matrix-org/synapse into release-v0.19.3 (diff)
downloadsynapse-254b7c5b156a08f79d0d79e5af0ab768fec6455e.tar.xz
Bump changelog and versions v0.19.3-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 787d621067..bcd2ed6440 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.3-rc1"
+__version__ = "0.19.3-rc2"