summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-09-28 13:42:21 +0100
committerErik Johnston <erik@matrix.org>2021-09-28 13:42:21 +0100
commit3c50192d3f564ecc2e70441157f309610bbee1cd (patch)
tree7c30ad9dd8c2491a9752f9c75e46b3695166e042 /synapse
parentFix debian package builds. (#10931) (diff)
downloadsynapse-3c50192d3f564ecc2e70441157f309610bbee1cd.tar.xz
1.44.0rc1
Diffstat (limited to '')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 5f5cff1dfd..a1fec8ad2b 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.43.0"
+__version__ = "1.44.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