kopia lustrzana https://gitlab.com/jaywink/federation
rodzic
bbaac0383b
commit
f5d88b44bb
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [0.20.0-dev] - unreleased
|
## [0.20.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.20.0-dev"
|
__version__ = "0.20.0"
|
||||||
|
|
||||||
PROTOCOLS = (
|
PROTOCOLS = (
|
||||||
"activitypub",
|
"activitypub",
|
||||||
|
|
Ładowanie…
Reference in New Issue