summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2021-06-29 20:25:47 +0100
committerRichard van der Hoff <richard@matrix.org>2021-06-29 20:25:47 +0100
commit785bceef726789e6969c98be89b073f2e1c10a92 (patch)
tree8536a593648ad86c6e6a3cdc32db7bfdbc456966 /synapse/__init__.py
parentDo not recurse into non-spaces in the spaces summary. (#10256) (diff)
parentUpdate newsfiles (diff)
downloadsynapse-785bceef726789e6969c98be89b073f2e1c10a92.tar.xz
Merge branch 'release-v1.37' into develop
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
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