Skip to content
Snippets Groups Projects
Commit 1dee1e90 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

bump version to v1.9.0.dev1

parent 59dc87c6
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ try: ...@@ -36,7 +36,7 @@ try:
except ImportError: except ImportError:
pass pass
__version__ = "1.8.0" __version__ = "1.9.0.dev1"
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)): 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 # We import here so that we don't have to install a bunch of deps when
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment