diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-01-17 14:58:58 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-01-17 14:58:58 +0000 |
commit | 0b885d62efdc25000ad44a050e669683668dfa3c (patch) | |
tree | e41e428771f14f97c5574e2432b83d1ab159aaa2 | |
parent | Fix syntax error in run_upgrade for schema 57 (#6728) (diff) | |
download | synapse-0b885d62efdc25000ad44a050e669683668dfa3c.tar.xz |
bump version to v1.9.0.dev2 v1.9.0.dev2
-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 abd5297390..17a6f691c8 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.9.0.dev1" +__version__ = "1.9.0.dev2" 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 |