diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-02-19 13:48:32 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-02-19 13:48:32 +0000 |
commit | 197b08de35a7cca7e45deec70312c36aa70a1662 (patch) | |
tree | 72f65d87c5dc4ab0bc4bdf25b18366f99f01c6e7 /synapse | |
parent | Revert `get_auth_chain_ids` changes (#6951) (diff) | |
download | synapse-197b08de35a7cca7e45deec70312c36aa70a1662.tar.xz |
1.11.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 8313f177d2..076a297b87 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.10.1" +__version__ = "1.11.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 |