diff options
author | Matthew Hodgson <matthew@matrix.org> | 2017-03-21 22:48:21 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2017-03-21 22:48:21 +0100 |
commit | d101488c5f57f8396f4b8d3b69ef847e6940a2cf (patch) | |
tree | f45a09e015798dbcbcdba301efd225c3dbbd1da6 /synapse | |
parent | Merge pull request #2033 from matrix-org/erikj/repl_speed (diff) | |
parent | Merge branch 'release-v0.19.3' of github.com:matrix-org/synapse (diff) | |
download | synapse-d101488c5f57f8396f4b8d3b69ef847e6940a2cf.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'synapse')
-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..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.2" +__version__ = "0.19.3" |