diff options
author | Erik Johnston <erik@matrix.org> | 2017-03-08 12:58:56 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-03-08 12:58:56 +0000 |
commit | c1f18892bbd7286e7075af3ae2cd1f96bdf16be1 (patch) | |
tree | 698efbbba666996d8a87ad34865b106eea4a3d70 /synapse/__init__.py | |
parent | Merge branch 'release-v0.19.2' of github.com:matrix-org/synapse (diff) | |
download | synapse-c1f18892bbd7286e7075af3ae2cd1f96bdf16be1.tar.xz |
Bump changelog and version v0.19.3-rc1
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" |