summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2021-07-07 11:09:49 +0100
committerRichard van der Hoff <richard@matrix.org>2021-07-07 11:09:49 +0100
commit4358f51bb6b525f4700afdb4254f3f0ac1853807 (patch)
tree0ae0a34adf0b9fc3902dac25c20a751023fa2678 /synapse/__init__.py
parentIgnore EDUs for rooms we're not in (#10317) (diff)
parentMerge branch 'master' into release-v1.38 (diff)
downloadsynapse-4358f51bb6b525f4700afdb4254f3f0ac1853807.tar.xz
Merge branch 'release-v1.38' 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 1bd03462ac..aa9a3269c0 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.37.1"
+__version__ = "1.38.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