summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2023-11-17 07:51:59 -0500
committerPatrick Cloke <patrickc@matrix.org>2023-11-17 07:51:59 -0500
commit76f990c244658285d9fe24c426b5114a21053e29 (patch)
tree623d19c5209bd0d49bb8d40da2654c941e559df9
parentFix building wheels in CI. (#16653) (diff)
downloadsynapse-76f990c244658285d9fe24c426b5114a21053e29.tar.xz
1.96.1
-rw-r--r--CHANGES.md8
-rw-r--r--changelog.d/16653.misc1
-rw-r--r--debian/changelog6
-rw-r--r--pyproject.toml2
4 files changed, 15 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 5facd2bfa3..daa4501694 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,11 @@
+# Synapse 1.96.1 (2023-11-17)
+
+This minor release was needed only because of CI-related trouble on [v1.96.0](https://github.com/matrix-org/synapse/releases/tag/v1.96.0), which was never released.
+
+### Internal Changes
+
+- Fix building of wheels in CI. ([\#16653](https://github.com/matrix-org/synapse/issues/16653))
+
 # Synapse 1.96.0 (2023-11-16)
 
 Synapse will soon be getting forked by Element under an AGPLv3.0 licence (with
diff --git a/changelog.d/16653.misc b/changelog.d/16653.misc
deleted file mode 100644
index 9ee7b27226..0000000000
--- a/changelog.d/16653.misc
+++ /dev/null
@@ -1 +0,0 @@
-Fix building of wheels in CI.
diff --git a/debian/changelog b/debian/changelog
index ab7faa056f..25d9f15cdb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+matrix-synapse-py3 (1.96.1) stable; urgency=medium
+
+  * New synapse release 1.96.1.
+
+ -- Synapse Packaging team <packages@matrix.org>  Fri, 17 Nov 2023 12:48:45 +0000
+
 matrix-synapse-py3 (1.96.0) stable; urgency=medium
 
   * New synapse release 1.96.0.
diff --git a/pyproject.toml b/pyproject.toml
index daf5f5baa2..7ff7178777 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.96.0"
+version = "1.96.1"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"