summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-01-17 14:58:58 +0000
committerRichard van der Hoff <richard@matrix.org>2020-01-17 14:58:58 +0000
commit0b885d62efdc25000ad44a050e669683668dfa3c (patch)
treee41e428771f14f97c5574e2432b83d1ab159aaa2 /synapse/__init__.py
parentFix syntax error in run_upgrade for schema 57 (#6728) (diff)
downloadsynapse-0b885d62efdc25000ad44a050e669683668dfa3c.tar.xz
bump version to v1.9.0.dev2 v1.9.0.dev2
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
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