diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-06-23 09:38:27 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2021-06-23 09:38:27 +0100 |
commit | 9ec45aca1fbea55475f3a47c37b01058a0eafe98 (patch) | |
tree | d142e0bb11f722358eca1a9e32ff136cf811e44d /synapse | |
parent | Fix schema delta to not take as long on large servers (#10227) (diff) | |
download | synapse-9ec45aca1fbea55475f3a47c37b01058a0eafe98.tar.xz |
1.37.0rc1
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 c3016fc6ed..6d1c6d6f72 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.36.0" +__version__ = "1.37.0rc1" 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 |