diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-01-17 10:43:58 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-01-17 10:44:12 +0000 |
commit | 1dee1e900bd3964461d932944883ffaf5df58eab (patch) | |
tree | 782363dbf482a26518b5f1815339746acf7c63c3 /synapse/__init__.py | |
parent | Merge pull request #6724 from matrix-org/rav/log_saml_attributes (diff) | |
download | synapse-1dee1e900bd3964461d932944883ffaf5df58eab.tar.xz |
bump version to v1.9.0.dev1 v1.9.0.dev1
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 0dd538d804..abd5297390 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.8.0" +__version__ = "1.9.0.dev1" 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 |