summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2021-11-10 09:44:38 +0000
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2021-11-10 09:44:38 +0000
commit82e62b488a8ec4829ab490250965248f1eee7990 (patch)
tree752b5b8057c16dbdd7e5e372c9815f56a53eb78a /synapse
parentCorrect the Debian changelog (diff)
downloadsynapse-82e62b488a8ec4829ab490250965248f1eee7990.tar.xz
1.47.0rc2
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 2206942e70..06b179a7e8 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.47.0rc1"
+__version__ = "1.47.0rc2"
 
 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