summary refs log tree commit diff
diff options
context:
space:
mode:
authorTill Faelligen <2353100+S7evinK@users.noreply.github.com>2024-06-26 18:14:57 +0200
committerTill Faelligen <2353100+S7evinK@users.noreply.github.com>2024-06-26 18:14:57 +0200
commitf75da9cc53968cccf73b44834c9f0a619730ab09 (patch)
treee2f38acaeb589c256f193539a217a805ae14074e
parentFix uploading packages to PyPi (#17363) (diff)
downloadsynapse-f75da9cc53968cccf73b44834c9f0a619730ab09.tar.xz
1.110.0rc2 v1.110.0rc2
-rw-r--r--CHANGES.md9
-rw-r--r--changelog.d/17363.misc1
-rw-r--r--debian/changelog6
-rw-r--r--pyproject.toml2
4 files changed, 16 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 09722ca3db..94f187b951 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,12 @@
+# Synapse 1.110.0rc2 (2024-06-26)
+
+### Internal Changes
+
+- Fix uploading packages to PyPi. ([\#17363](https://github.com/element-hq/synapse/issues/17363))
+
+
+
+
 # Synapse 1.110.0rc1 (2024-06-26)
 
 ### Features
diff --git a/changelog.d/17363.misc b/changelog.d/17363.misc
deleted file mode 100644
index 555e2225ba..0000000000
--- a/changelog.d/17363.misc
+++ /dev/null
@@ -1 +0,0 @@
-Fix uploading packages to PyPi.
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index ceef366a3f..59aa841650 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+matrix-synapse-py3 (1.110.0~rc2) stable; urgency=medium
+
+  * New Synapse release 1.110.0rc2.
+
+ -- Synapse Packaging team <packages@matrix.org>  Wed, 26 Jun 2024 18:14:48 +0200
+
 matrix-synapse-py3 (1.110.0~rc1) stable; urgency=medium
 
   * `register_new_matrix_user` now supports a --password-file and a --exists-ok flag.
diff --git a/pyproject.toml b/pyproject.toml
index 19998c1acf..bbf9c78420 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.110.0rc1"
+version = "1.110.0rc2"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "AGPL-3.0-or-later"