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 13:00:47 +0000
commit3170c56e075493317f9586e98266a81b37eea50a (patch)
tree9fa864661057a84ddad94a646129bb9a4978c2af /synapse/__init__.py
parentMerge branch 'release-v0.19.2' of github.com:matrix-org/synapse (diff)
downloadsynapse-3170c56e075493317f9586e98266a81b37eea50a.tar.xz
Bump changelog and version
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 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"