diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-05-28 12:50:26 +0200 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-05-28 12:50:26 +0200 |
commit | 5cb470b4958162294e63730a82052349c608c43a (patch) | |
tree | 29f6bc5d3fdb4857ba9a6690cc5f60799d5b6166 /synapse | |
parent | Merge pull request #7584 from matrix-org/erikj/save_and_send_fed_token_in_bg (diff) | |
parent | Update debian changelog (diff) | |
download | synapse-5cb470b4958162294e63730a82052349c608c43a.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 5e957985d7..f0105d3e2f 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.14.0rc2" +__version__ = "1.14.0" 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 |