1.28.0rc1

This commit is contained in:
Patrick Cloke 2021-02-18 12:32:49 -05:00
parent 84a7191410
commit 1381cd05b0
45 changed files with 73 additions and 46 deletions

View file

@ -48,7 +48,7 @@ try:
except ImportError:
pass
__version__ = "1.27.0"
__version__ = "1.28.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