Start new development cycle

matrix-appservice
Jason Robinson 2020-12-20 17:21:36 +02:00
rodzic 153f779fa5
commit 34d04f01f1
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -1,5 +1,7 @@
# Changelog # Changelog
## [unreleased]
## [0.21.0] - 2020-12-20 ## [0.21.0] - 2020-12-20
### Added ### Added

Wyświetl plik

@ -6,7 +6,7 @@ from federation.exceptions import NoSuitableProtocolFoundError
if TYPE_CHECKING: if TYPE_CHECKING:
from federation.types import RequestType from federation.types import RequestType
__version__ = "0.21.0" __version__ = "0.22.0-dev"
PROTOCOLS = ( PROTOCOLS = (
"activitypub", "activitypub",