summary refs log tree commit diff
diff options
context:
space:
mode:
authorMathieu Velten <mathieuv@matrix.org>2023-02-14 12:59:15 +0100
committerMathieu Velten <mathieuv@matrix.org>2023-02-14 12:59:15 +0100
commit3e90dfdd81c2c6dcaf1f21f24fbca0a4c820b150 (patch)
treee9f40bab31df04789556f078d3325c29a3e4af37
parent1.77.0rc2 (diff)
downloadsynapse-3e90dfdd81c2c6dcaf1f21f24fbca0a4c820b150.tar.xz
1.77.0 v1.77.0
-rw-r--r--CHANGES.md6
-rw-r--r--debian/changelog6
-rw-r--r--pyproject.toml2
3 files changed, 13 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index a2cb957f16..a62bd4eb28 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,9 @@
+Synapse 1.77.0 (2023-02-14)
+===========================
+
+No significant changes since 1.77.0rc2.
+
+
 Synapse 1.77.0rc2 (2023-02-10)
 ==============================
 
diff --git a/debian/changelog b/debian/changelog
index 461953742b..ea651438f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+matrix-synapse-py3 (1.77.0) stable; urgency=medium
+
+  * New Synapse release 1.77.0.
+
+ -- Synapse Packaging team <packages@matrix.org>  Tue, 14 Feb 2023 12:59:02 +0100
+
 matrix-synapse-py3 (1.77.0~rc2) stable; urgency=medium
 
   * New Synapse release 1.77.0rc2.
diff --git a/pyproject.toml b/pyproject.toml
index 921a1fccbc..59804af1f5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.77.0rc2"
+version = "1.77.0"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"