summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2020-10-15 09:24:10 -0400
committerPatrick Cloke <patrickc@matrix.org>2020-10-15 09:24:10 -0400
commit9991aaa49c7c044c16c37e4a75ee2a9b8c2376b9 (patch)
treed8c69de201e6543bd629bd7926adb83dde269fbf /synapse/__init__.py
parentRemove racey assertion in MultiWriterIDGenerator (#8530) (diff)
downloadsynapse-9991aaa49c7c044c16c37e4a75ee2a9b8c2376b9.tar.xz
1.21.2
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 722b53a67d..83b8e4897f 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.21.1"
+__version__ = "1.21.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