summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2020-04-23 10:59:10 -0400
committerPatrick Cloke <patrickc@matrix.org>2020-04-23 10:59:10 -0400
commitce9b62e13f7d653e5099ae4a159c0e5cde419cf8 (patch)
treedac17e2af116a5593b8130ee6522aa6aba3e7808 /synapse
parentformatting for the changelog (diff)
downloadsynapse-ce9b62e13f7d653e5099ae4a159c0e5cde419cf8.tar.xz
Diffstat (limited to 'synapse')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index fff9d311f3..d8d340f426 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.12.4rc1"
+__version__ = "1.12.4"
 
 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