diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-02-10 09:56:42 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-02-10 09:56:42 +0000 |
commit | 3de57e706209d98a331265e6d5a51bfd24939a3b (patch) | |
tree | 4ec32b425f353f6ffe7d37fc6bd467a01ba4ec6d /synapse | |
parent | filter out m.room.aliases from the CS API until a better solution is specced ... (diff) | |
download | synapse-3de57e706209d98a331265e6d5a51bfd24939a3b.tar.xz |
1.10.0rc3 v1.10.0rc3
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 4f1859bd57..36c0cf557a 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.10.0rc2" +__version__ = "1.10.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 |