diff options
author | Erik Johnston <erik@matrix.org> | 2020-02-06 10:40:08 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-02-06 10:40:08 +0000 |
commit | 6a7e90ad782bddce95fa0c7d93e56291aa31c33d (patch) | |
tree | ad73d3e6a0181f420915322525f888afb32289ed /synapse/__init__.py | |
parent | Check sender_key matches on inbound encrypted events. (#6850) (diff) | |
download | synapse-6a7e90ad782bddce95fa0c7d93e56291aa31c33d.tar.xz |
1.10.0rc2
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 bd942d3e1c..4f1859bd57 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.10.0rc1" +__version__ = "1.10.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 |