summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2021-11-17 13:10:12 +0000
committerDavid Robertson <davidr@element.io>2021-11-17 13:10:12 +0000
commit9f9d82aa846332189e818f51d49daf2335780014 (patch)
treeea27f1f7c0e97edc0634aa75974f89e1da297663 /synapse
parentfix up changelog language (diff)
downloadsynapse-9f9d82aa846332189e818f51d49daf2335780014.tar.xz
1.47.0 v1.47.0
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 3b5878b912..aa964afb5e 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.47.0rc3"
+__version__ = "1.47.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