diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-10-23 09:12:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-23 09:12:42 -0400 |
commit | 91e65700bdb19ff14f3a8b995f340d5a019b0495 (patch) | |
tree | 1e03f4659b36c21fbb47dcc6aab3426c88e74f59 /pyproject.toml | |
parent | Documentation. (diff) | |
parent | Mention how to redirect the Jaeger traces to a specific Jaeger instance (#16531) (diff) | |
download | synapse-91e65700bdb19ff14f3a8b995f340d5a019b0495.tar.xz |
Merge branch 'develop' into clokep/db-upgrades github/clokep/db-upgrades clokep/db-upgrades
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 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" |