summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-08-23 09:49:51 +0100
committerDavid Robertson <davidr@element.io>2022-08-23 09:49:51 +0100
commitf0b23927fce6c531019c2ad6097613fd8568ecde (patch)
tree177d7758fd5768529ef8c9d0c07c640162fc4fbf /pyproject.toml
parentFix that sending server notices fail if avatar is `None` (#13566) (diff)
downloadsynapse-f0b23927fce6c531019c2ad6097613fd8568ecde.tar.xz
1.66.0rc1
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 9e59470ac8..745b6067aa 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -54,7 +54,7 @@ skip_gitignore = true
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.65.0"
+version = "1.66.0rc1"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"