summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-04-02 19:02:45 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2020-04-02 19:02:45 +0100
commit08edefe694a59294aae1f24df31ec09979987a95 (patch)
treeefc06f7726f6f2f7502e38977891191c0bf48713 /synapse
parentPin Pillow>=4.3.0,<7.1.0 to fix dep issue (diff)
downloadsynapse-08edefe694a59294aae1f24df31ec09979987a95.tar.xz
1.12.2
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 5df7d51ab1..bdad75113d 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.12.1"
+__version__ = "1.12.2"
 
 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