Skip to content

Commit e29d7bf

Browse files
committed
Release v0.26.0
1 parent 1daf9f1 commit e29d7bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## [0.26.0] - 2025-05-24
44

55
The project code has migrated from GitLab to Codeberg: https://codeberg.org/socialhome/federation
66

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33
from recommonmark.parser import CommonMarkParser
44

5-
__version__ = "0.25.1"
5+
__version__ = "0.26.0"
66

77
#
88
# Federation documentation build configuration file, created by

federation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
if TYPE_CHECKING:
88
from federation.types import RequestType
99

10-
__version__ = "0.25.1"
10+
__version__ = "0.26.0"
1111

1212
PROTOCOLS = (
1313
"activitypub",

0 commit comments

Comments
 (0)