diff options
author | David Robertson <davidr@element.io> | 2023-12-05 13:14:36 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2023-12-05 13:14:36 +0000 |
commit | 3c83d8f0afcaa8461516321d49a64906e0ec865b (patch) | |
tree | d1b367ca57b64a955a5317d6a532032b4032cd67 /pyproject.toml | |
parent | Fix upgrading a room without `events` field in power levels (#16725) (diff) | |
download | synapse-3c83d8f0afcaa8461516321d49a64906e0ec865b.tar.xz |
1.98.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 eeede837d0..a3eb6111e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.97.0" +version = "1.98.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |