kopia lustrzana https://gitlab.com/jaywink/federation
Start new development cycle
rodzic
153f779fa5
commit
34d04f01f1
|
@ -1,5 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [unreleased]
|
||||||
|
|
||||||
## [0.21.0] - 2020-12-20
|
## [0.21.0] - 2020-12-20
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Ładowanie…
Reference in New Issue