diff options
author | Patrick Cloke <patrickc@matrix.org> | 2023-10-17 11:54:45 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2023-10-17 11:54:45 -0400 |
commit | 6e6d611f555245a8302396936dd4dae1f28e3b2a (patch) | |
tree | 38eb52b327b3678a0837d57788dd95bcff741d6d /pyproject.toml | |
parent | Convert DeviceLastConnectionInfo to attrs. (#16507) (diff) | |
download | synapse-6e6d611f555245a8302396936dd4dae1f28e3b2a.tar.xz |
1.95.0rc1
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 0831510890..498b663bae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.94.0" +version = "1.95.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |