diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2024-01-31 12:03:29 +0000 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2024-01-31 12:03:29 +0000 |
commit | 3ba984d7af6a191227c6f5f39d22ef4725bc82b6 (patch) | |
tree | d39b682240421ca3c835337c2f98d600bc1950f5 /pyproject.toml | |
parent | Bump gitpython from 3.1.40 to 3.1.41 (#16850) (diff) | |
parent | 1.100.0 (diff) | |
download | synapse-3ba984d7af6a191227c6f5f39d22ef4725bc82b6.tar.xz |
Merge branch 'master' 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 99c29cea2d..a3c5c242ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.100.0rc3" +version = "1.100.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |