diff options
author | Erik Johnston <erik@matrix.org> | 2017-03-20 16:37:14 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-03-20 16:37:14 +0000 |
commit | 633dcc316c314fe60ca647fe71955f0cf5b75698 (patch) | |
tree | c57023f67abdb99f0eb285da47c5722bbb80641c /synapse/__init__.py | |
parent | Bump changelog and versions (diff) | |
download | synapse-633dcc316c314fe60ca647fe71955f0cf5b75698.tar.xz |
Bump changelog and version github/release-v0.19.3 release-v0.19.3
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 bcd2ed6440..7628e7c505 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.3-rc2" +__version__ = "0.19.3" |