summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-04-22 14:28:23 +0100
committerRichard van der Hoff <richard@matrix.org>2020-04-22 14:28:23 +0100
commit83af1079d6a175eec0bb364a2e573b6acd0ee2b7 (patch)
treefed9a07006bb9f97b44401aa7aa8f68c2e03dc47
parentDo not treat display names as globs for push rules. (#7271) (diff)
downloadsynapse-83af1079d6a175eec0bb364a2e573b6acd0ee2b7.tar.xz
1.12.4rc1
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 3bf2d02450..fff9d311f3 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.12.3"
+__version__ = "1.12.4rc1"
 
 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