diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-08-09 11:43:30 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-08-09 11:43:30 +0100 |
commit | 827f0669bfb330b3aa5b09fe42226658a693ef8e (patch) | |
tree | 58dda15ccc8798a338b79f3bdaa15a08d706890f /pyproject.toml | |
parent | Make the configuration for the cache clearer (#13481) (diff) | |
download | synapse-827f0669bfb330b3aa5b09fe42226658a693ef8e.tar.xz |
1.65.0rc1
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 af7def0c53..ad2224f564 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.64.0" +version = "1.65.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |