Skip to content

Commit b3d9aa0

Browse files
committed
Bump supported version
1 parent f144f54 commit b3d9aa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.46.0, any Admin API introduced after 1.46.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.46.0, then the version number of this library will be 1.46.0. And the minor number will be reserved for bug fixes in this repo.
11+
This library now supports up to Synapse 1.47.0, any Admin API introduced after 1.47.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.47.0, then the version number of this library will be 1.47.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.46.0",
4+
"message": "1.47.0",
55
"color": "yellowgreen"
66
}

0 commit comments

Comments
 (0)