summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2021-12-21 18:12:18 +0000
committerRichard van der Hoff <richard@matrix.org>2021-12-21 18:12:18 +0000
commit9ec46d6231c267a1aa25c96b5d86822c7da8fca9 (patch)
treeb38909230fe2351b3d6ea3316eda54be2d2bc6c1 /synapse/__init__.py
parentMerge tag 'v1.49.0' (diff)
parentupdate changelog (diff)
downloadsynapse-9ec46d6231c267a1aa25c96b5d86822c7da8fca9.tar.xz
Merge branch 'release-v1.49'
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 d44a03a2cb..95a49c20be 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.49.0"
+__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