diff options
author | Erik Johnston <erik@matrix.org> | 2017-02-02 17:15:17 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-02-02 17:15:17 +0000 |
commit | 82b3e0851c1bd8569a37231d9dac7430294b8096 (patch) | |
tree | 81e4bb44c2d6835837e01799637f1bf1b5ddfc88 /synapse/__init__.py | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.19.0 (diff) | |
download | synapse-82b3e0851c1bd8569a37231d9dac7430294b8096.tar.xz |
Bump version and changelog v0.19.0-rc3
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 d398799579..ceabdcb489 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-rc2" +__version__ = "0.19.0-rc3" |