summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <olivier@librepush.net>2021-09-01 11:47:24 +0100
committerOlivier Wilkinson (reivilibre) <olivier@librepush.net>2021-09-01 11:47:24 +0100
commit6b2aca473a66ae60803208911f97fbe9789dc1ac (patch)
tree6816a24c0dd3da24a481376b10ed117afeb7506b /synapse/__init__.py
parentFix iteration in _remove_deleted_email_pushers background job. (#10734) (diff)
downloadsynapse-6b2aca473a66ae60803208911f97fbe9789dc1ac.tar.xz
1.42.0rc1
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 06d80f79b3..e5b075c53b 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.41.1"
+__version__ = "1.42.0rc1"
 
 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