diff options
author | Richard van der Hoff <richard@matrix.org> | 2021-06-29 20:25:47 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2021-06-29 20:25:47 +0100 |
commit | 785bceef726789e6969c98be89b073f2e1c10a92 (patch) | |
tree | 8536a593648ad86c6e6a3cdc32db7bfdbc456966 /synapse/__init__.py | |
parent | Do not recurse into non-spaces in the spaces summary. (#10256) (diff) | |
parent | Update newsfiles (diff) | |
download | synapse-785bceef726789e6969c98be89b073f2e1c10a92.tar.xz |
Merge branch 'release-v1.37' into develop
Diffstat (limited to 'synapse/__init__.py')
-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 c865d2e100..0900492619 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.37.0" +__version__ = "1.37.1a1" 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 |