From daac1e645cc64a588b63cffd6e0078a479b96a74 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Fri, 17 Sep 2021 10:43:51 +0100 Subject: 1.43.0rc2 --- synapse/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synapse') diff --git a/synapse/__init__.py b/synapse/__init__.py index d62ccd1dbc..c9ef90ccaa 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.43.0rc1" +__version__ = "1.43.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 -- cgit 1.4.1