diff options
author | Erik Johnston <erik@matrix.org> | 2019-12-11 13:56:50 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-12-11 13:56:50 +0000 |
commit | d156912c4c4f65b821eab202654d740422008d82 (patch) | |
tree | ce9321acef9b6adcb2c88678d096b06e106ca639 /synapse/__init__.py | |
parent | Back out change preventing setting null avatar URLs (diff) | |
download | synapse-d156912c4c4f65b821eab202654d740422008d82.tar.xz |
1.7.0rc2 v1.7.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 c67a51a8d5..fc2a6e4ee6 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.7.0rc1" +__version__ = "1.7.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 |