Skip to content

Commit 4101ad4

Browse files
committed
Update latest support version
1 parent b94585a commit 4101ad4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
A Python wrapper for [Matrix Synapse admin API](https://github.com/matrix-org/synapse).
99

1010
### Versioning
11-
This library now supports up to Synapse 1.40.0, any Admin API introduced after 1.40.0 may not be included in this version. However, newer changes to Admin API are planned to be included in this library. For planned update, see [TODO.md](TODO.md). In the future, the version numbering convention will follow the version this library up to, for example, if this library supports up to 1.40.0, then the version number of this library will be 1.40.0. And the minor number will be reserved for bug fixes in this repo.
11+
This library now supports up to Synapse 1.41.0, any Admin API introduced after 1.41.0 may not be included in this version. However, newer changes to Admin API are planned to be included in this library. For planned update, see [TODO.md](TODO.md). In the future, the version numbering convention will follow the version this library up to, for example, if this library supports up to 1.41.0, then the version number of this library will be 1.41.0. And the minor number will be reserved for bug fixes in this repo.
1212

1313
**Releases older than 0.1.5 only work with HTTP/2**
1414

supported_synapse.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schemaVersion": 1,
33
"label": "Synapse",
4-
"message": "1.40.0",
4+
"message": "1.41.0",
55
"color": "yellowgreen"
66
}

synapse_admin/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ def username_available(self, userid: str) -> bool:
850850
bool:
851851
True: the username is available
852852
False: the username is used
853-
853+
854854
Please note that this method DOES NOT supress exception
855855
"""
856856
resp = self.connection.request(

0 commit comments

Comments
 (0)