diff options
author | Erik Johnston <erik@matrix.org> | 2021-05-27 14:46:24 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-05-27 14:46:24 +0100 |
commit | b1bc26a909f4f9af137e72ab27952a8d2dfc1cb3 (patch) | |
tree | 15911a435a01c0389e2921b103deab876e40ab5a /synapse | |
parent | Pass the origin when calculating the spaces summary over GET. (#10079) (diff) | |
download | synapse-b1bc26a909f4f9af137e72ab27952a8d2dfc1cb3.tar.xz |
1.35.0rc2 v1.35.0rc2 github/release-v1.35.0 release-v1.35.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 e60e9db71e..6faf31dbbc 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.35.0rc1" +__version__ = "1.35.0rc2" 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 |