diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-09-06 15:25:23 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2021-09-06 15:25:23 +0100 |
commit | e9958d908da9b0d29d7e93538c12692519ebcfd6 (patch) | |
tree | ea9be1689ddfd38706edc985235804e878b60361 /synapse | |
parent | Add a warning when using deprecated template_dir settings (#10768) (diff) | |
download | synapse-e9958d908da9b0d29d7e93538c12692519ebcfd6.tar.xz |
1.42.0rc2
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 e5b075c53b..e4302d81a8 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.42.0rc1" +__version__ = "1.42.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 |