diff options
author | David Robertson <davidr@element.io> | 2022-08-30 15:31:51 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-08-30 15:31:51 +0100 |
commit | 4249082eed54a0fe6412ab303409511ea759dd76 (patch) | |
tree | 50a2ed0105994bdf522bf3232293931b559fdb92 /pyproject.toml | |
parent | Clarify documentation about replication traffic. (#13656) (diff) | |
parent | Update changes (diff) | |
download | synapse-4249082eed54a0fe6412ab303409511ea759dd76.tar.xz |
Merge branch 'release-v1.66' into develop
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 745b6067aa..7146897837 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.66.0rc1" +version = "1.66.0rc2" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |