diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-10-02 12:46:58 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-10-02 12:46:58 +0100 |
commit | f6c526ce6732a1af1228a08513f6a795b61c2b71 (patch) | |
tree | 81b09ac0e33d0ab8e8976c0515d8642fdb0cd429 /synapse/__init__.py | |
parent | Fix bug in remote thumbnail search (#8438) (diff) | |
download | synapse-f6c526ce6732a1af1228a08513f6a795b61c2b71.tar.xz |
1.21.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 4706974508..500558bbdf 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -48,7 +48,7 @@ try: except ImportError: pass -__version__ = "1.21.0rc1" +__version__ = "1.21.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 |