summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-04-02 11:30:49 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2020-04-02 18:57:31 +0100
commitb730480abbb31ce0e9c9957ef30dfcd0c646a1b1 (patch)
treed087df47cc11fdecc7704929ae1b804a96654611 /synapse
parentNote where bugs were introduced (diff)
downloadsynapse-b730480abbb31ce0e9c9957ef30dfcd0c646a1b1.tar.xz
1.12.1
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 c3c5b20f11..5df7d51ab1 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.12.1rc1"
+__version__ = "1.12.1"
 
 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