summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-03-08 12:58:56 +0000
committerErik Johnston <erik@matrix.org>2017-03-08 12:58:56 +0000
commitc1f18892bbd7286e7075af3ae2cd1f96bdf16be1 (patch)
tree698efbbba666996d8a87ad34865b106eea4a3d70 /synapse/__init__.py
parentMerge branch 'release-v0.19.2' of github.com:matrix-org/synapse (diff)
downloadsynapse-c1f18892bbd7286e7075af3ae2cd1f96bdf16be1.tar.xz
Bump changelog and version v0.19.3-rc1
Diffstat (limited to '')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index ff251ce597..787d621067 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.2"
+__version__ = "0.19.3-rc1"