summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-10-04 14:57:40 +0100
committerBrendan Abolivier <babolivier@matrix.org>2021-10-04 14:57:40 +0100
commit2d2c6a41fe69d4dab82a773bbffc52df95b6b542 (patch)
tree80f604fd09551a96931fcfb65567db4369bd7a11 /synapse/__init__.py
parentFix error in `get_user_ip_and_agents` when fetching from the database (#10968) (diff)
downloadsynapse-2d2c6a41fe69d4dab82a773bbffc52df95b6b542.tar.xz
1.44.0rc3 v1.44.0rc3
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 8791c20e26..a9a7b658b7 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.44.0rc2"
+__version__ = "1.44.0rc3"
 
 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