summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-08-30 12:25:44 +0100
committerDavid Robertson <davidr@element.io>2022-08-30 12:25:44 +0100
commit8f6aa015a80d1e34a25d100c5fd6ec4dde1fb728 (patch)
treea6a1b79cd83a3fd2a442572b0259a351d2f218ed /pyproject.toml
parentFix rate limit metrics registering twice and misreporting (#13649) (diff)
downloadsynapse-8f6aa015a80d1e34a25d100c5fd6ec4dde1fb728.tar.xz
1.66.0rc2
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 745b6067aa..7146897837 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -54,7 +54,7 @@ skip_gitignore = true
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.66.0rc1"
+version = "1.66.0rc2"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"