diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-05-14 11:01:24 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-05-14 11:01:24 +0100 |
commit | 623abbeb8d77c4f83ef56446d70d3a4a6b1fc7f6 (patch) | |
tree | e4cb16dfa31d93e687e45eee53c5b1977c1c2e81 /synapse/__init__.py | |
parent | Stop `get_joined_users` corruption from custom statuses (#7376) (diff) | |
download | synapse-623abbeb8d77c4f83ef56446d70d3a4a6b1fc7f6.tar.xz |
1.13.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 6cd16a820b..977e26a048 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.13.0rc1" +__version__ = "1.13.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 |