summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-01-25 11:30:02 +0000
committerDavid Robertson <davidr@element.io>2022-01-25 11:30:02 +0000
commit874365fc05349d5fbbc613eea25ddca6e1b41f35 (patch)
tree7c14db2c5b65d73ad5c51dd0d8af9f65ca233a1c /synapse
parent1.51.0rc2 (diff)
downloadsynapse-874365fc05349d5fbbc613eea25ddca6e1b41f35.tar.xz
1.51.0
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 ef859c9ded..26bdfec33a 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.51.0rc2"
+__version__ = "1.51.0"
 
 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