summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-31 11:49:43 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-31 11:49:43 +0100
commit3fb9fc40f59e3688f82672410f812022a1af9daa (patch)
tree5ff9b14708f503d9055e2613ce0153f184fa173f /synapse/__init__.py
parentNewsfile (diff)
downloadsynapse-3fb9fc40f59e3688f82672410f812022a1af9daa.tar.xz
1.12.1rc1
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 5b86008945..c3c5b20f11 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.12.0"
+__version__ = "1.12.1rc1"
 
 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