summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2021-11-10 13:01:08 +0000
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2021-11-10 13:01:08 +0000
commit68c258a604caa09c1c96ae93d1512c88d7fbbd98 (patch)
tree606ebce5a0106122b0c45861a51dcfd78aa065b8 /synapse
parentFix typos in the `username_available` admin API documentation. (#11286) (diff)
parentChangelog tweak from feedback (diff)
downloadsynapse-68c258a604caa09c1c96ae93d1512c88d7fbbd98.tar.xz
Merge tag 'v1.47.0rc2' into develop
Synapse 1.47.0rc2 (2021-11-10)
==============================

This fixes an issue with publishing the Debian packages for 1.47.0rc1.
It is otherwise identical to 1.47.0rc1.
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 5ef34bce40..06b179a7e8 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.46.0"
+__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