Release v0.25.1

master v0.25.1
Jason Robinson 2024-02-18 15:55:56 +02:00
rodzic e7629c9a92
commit a109a7f824
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
# Changelog # Changelog
## Unreleased ## [0.25.1] - 2024-02-18
### Fixed ### Fixed

Wyświetl plik

@ -2,7 +2,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from recommonmark.parser import CommonMarkParser from recommonmark.parser import CommonMarkParser
__version__ = "0.24.1" __version__ = "0.25.1"
# #
# Federation documentation build configuration file, created by # Federation documentation build configuration file, created by

Wyświetl plik

@ -7,7 +7,7 @@ from federation.exceptions import NoSuitableProtocolFoundError
if TYPE_CHECKING: if TYPE_CHECKING:
from federation.types import RequestType from federation.types import RequestType
__version__ = "0.25.0" __version__ = "0.25.1"
PROTOCOLS = ( PROTOCOLS = (
"activitypub", "activitypub",