summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-08-24 17:13:29 +0100
committerErik Johnston <erik@matrix.org>2021-08-24 17:13:29 +0100
commitcd22fb568a190a1b2083b651a48495439d6ced99 (patch)
treeb426843cbe20da156319a6fba7a14ed494edcf97 /synapse/__init__.py
parentPersist room hierarchy pagination sessions to the database. (#10613) (diff)
parentUpdate changelog (diff)
downloadsynapse-cd22fb568a190a1b2083b651a48495439d6ced99.tar.xz
Merge branch 'master' into develop
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 6ada20a77f..ef3770262e 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.41.0rc1"
+__version__ = "1.41.0"
 
 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