diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-10-28 12:48:18 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-10-28 12:48:18 +0000 |
commit | c482d458221945d56dec1762c27205d229255eb3 (patch) | |
tree | a35901b9f7ce8bc800279d35f126e481c9b1c768 /synapse | |
parent | Improve signature checking on some federation APIs (#6262) (diff) | |
download | synapse-c482d458221945d56dec1762c27205d229255eb3.tar.xz |
1.5.0rc2 v1.5.0rc2
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 bcc2f8c049..d0f92ffbf3 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.5.0rc1" +__version__ = "1.5.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 |