diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-05-26 16:45:37 +0200 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-05-26 16:45:37 +0200 |
commit | 3b19c172471aba5e7c2ac62931a36401d2059400 (patch) | |
tree | 4f3eed7730c1fc60eb18a70f35548c36fa623794 /synapse | |
parent | Replace device_27_unique_idx bg update with a fg one (#7562) (diff) | |
download | synapse-3b19c172471aba5e7c2ac62931a36401d2059400.tar.xz |
1.14.0
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 0abf491172..f0105d3e2f 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.13.0" +__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 |