diff options
author | Erik Johnston <erik@matrix.org> | 2020-01-07 14:31:13 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-01-07 14:31:13 +0000 |
commit | 7f0e706ebf256cc8561b1cdb2efec1b91738694f (patch) | |
tree | dc7c3bfc09cb158e613762bf948650ea8c83de53 /synapse | |
parent | Merge pull request #6652 from matrix-org/babolivier/depth_missing_events (diff) | |
download | synapse-7f0e706ebf256cc8561b1cdb2efec1b91738694f.tar.xz |
1.8.0rc1
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 71cb611820..a3bd855045 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.7.3" +__version__ = "1.8.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 |