diff options
author | Erik Johnston <erik@matrix.org> | 2017-03-08 12:58:56 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-03-08 13:00:47 +0000 |
commit | 3170c56e075493317f9586e98266a81b37eea50a (patch) | |
tree | 9fa864661057a84ddad94a646129bb9a4978c2af /synapse/__init__.py | |
parent | Merge branch 'release-v0.19.2' of github.com:matrix-org/synapse (diff) | |
download | synapse-3170c56e075493317f9586e98266a81b37eea50a.tar.xz |
Bump changelog and version
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r-- | synapse/__init__.py | 2 |
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" |