summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2020-05-18 10:58:51 -0400
committerPatrick Cloke <patrickc@matrix.org>2020-05-18 10:58:51 -0400
commit3c8a57f080a66a3d4d146adf7020c18b397bcf6c (patch)
tree95bf0177c304a39ccfb7b2e9f29efb9c8a774d75 /synapse
parentHash passwords earlier in the registration process (#7523) (diff)
downloadsynapse-3c8a57f080a66a3d4d146adf7020c18b397bcf6c.tar.xz
1.13.0rc3 v1.13.0rc3
Diffstat (limited to 'synapse')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py

index 977e26a048..6b26c5e87e 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.13.0rc2" +__version__ = "1.13.0rc3" 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