summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2021-12-21 17:32:16 +0000
committerRichard van der Hoff <richard@matrix.org>2021-12-21 17:32:16 +0000
commitaa874a13902fcf7f3e4024cd95a8491f308367bb (patch)
tree85ddc84a98be3a84a32fde460c5c6bc00b803203 /synapse
parentPin to frozendict<2.1.2 (#11625) (diff)
downloadsynapse-aa874a13902fcf7f3e4024cd95a8491f308367bb.tar.xz
1.49.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 d45e0f1883..95a49c20be 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.49.1"
+__version__ = "1.49.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