diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-11-20 14:12:42 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-11-20 14:12:42 +0000 |
commit | 41e4566682946fca8600214969c4e9562b5a9315 (patch) | |
tree | 78a91e84b321acd9cd9590c5095b9f53698e2bfb /synapse/__init__.py | |
parent | Docker: Change permissions for data dir before attempting to write to it (#6389) (diff) | |
download | synapse-41e4566682946fca8600214969c4e9562b5a9315.tar.xz |
1.6.0rc1 v1.6.0rc1
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 1c27d68009..1d962f5dc8 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.5.1" +__version__ = "1.6.0rc1" 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 |