diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-08-27 11:01:21 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-08-27 11:01:21 +0100 |
commit | 9cfc1202337c050e216d587d45586479c3da58d0 (patch) | |
tree | 8d47991c8465fa1aaca1fc56ab177261f1a0462c /synapse | |
parent | Update debian systemd service to use Type=notify (#8169) (diff) | |
parent | 1.19.1 (diff) | |
download | synapse-9cfc1202337c050e216d587d45586479c3da58d0.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 2195723613..1282d19b3c 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -48,7 +48,7 @@ try: except ImportError: pass -__version__ = "1.19.1rc1" +__version__ = "1.19.1" if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)): # We import here so that we don't have to install a bunch of deps when |