diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2022-03-29 10:41:04 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2022-03-29 10:41:04 +0100 |
commit | b690fe749b5715f4c22b8a0a8640c264d8b94b3c (patch) | |
tree | 34e140f33512c176223f15229a6ebd3eb3972084 /synapse/__init__.py | |
parent | Remove unused `auth_event_ids` argument plumbing (#12304) (diff) | |
download | synapse-b690fe749b5715f4c22b8a0a8640c264d8b94b3c.tar.xz |
1.56.0rc1
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 88aef1889c..0960305d79 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -68,7 +68,7 @@ try: except ImportError: pass -__version__ = "1.55.2" +__version__ = "1.56.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 |