summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-04-03 10:57:07 +0100
committerRichard van der Hoff <richard@matrix.org>2020-04-03 10:57:07 +0100
commit29ce90358c06ca2452b2ecb55670103de3557109 (patch)
treec20bdfd0cf262df06c7c54c0e42a068914ea949c /synapse
parentFix the debian build in a better way. (#7212) (diff)
downloadsynapse-29ce90358c06ca2452b2ecb55670103de3557109.tar.xz
1.12.3
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 bdad75113d..3bf2d02450 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.12.2"
+__version__ = "1.12.3"
 
 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