summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-01-25 11:30:02 +0000
committerBrendan Abolivier <babolivier@matrix.org>2022-01-27 16:03:28 +0000
commitaa889ef3052edcfd3315b98c79a745110f787ffe (patch)
tree979f0003b281ba3226d6a3f6875761851c9a6f44
parentAdd admin API to reset connection timeouts for remote server (#11639) (diff)
downloadsynapse-aa889ef3052edcfd3315b98c79a745110f787ffe.tar.xz
1.51.0
-rw-r--r--CHANGES.md6
-rw-r--r--debian/changelog6
-rw-r--r--synapse/__init__.py2
3 files changed, 13 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index c4bdaf25bc..96fe3a307c 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,9 @@
+Synapse 1.51.0 (2022-01-25)
+===========================
+
+No significant changes since 1.51.0rc2.
+
+
 Synapse 1.51.0rc2 (2022-01-24)
 ==============================
 
diff --git a/debian/changelog b/debian/changelog
index 41053e875a..b9a6708922 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+matrix-synapse-py3 (1.51.0) stable; urgency=medium
+
+  * New synapse release 1.51.0.
+
+ -- Synapse Packaging team <packages@matrix.org>  Tue, 25 Jan 2022 11:28:51 +0000
+
 matrix-synapse-py3 (1.51.0~rc2) stable; urgency=medium
 
   * New synapse release 1.51.0~rc2.
diff --git a/synapse/__init__.py b/synapse/__init__.py
index f2fd3b907f..603dbb27e1 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