diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-08-27 10:50:39 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-08-27 10:50:39 +0100 |
commit | eadfda3ebc165317c634948826d50794b11dad46 (patch) | |
tree | a5a4c9c4662299a4e0408741e112e94026f4c967 /synapse | |
parent | Changelog fixes (diff) | |
download | synapse-eadfda3ebc165317c634948826d50794b11dad46.tar.xz |
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 |