diff --git a/debian/changelog b/debian/changelog index c77048268..328c768d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,35 @@ +freedombox (22.8) unstable; urgency=medium + + [ Coucouf ] + * Translated using Weblate (French) + + [ Павел Протасов ] + * Translated using Weblate (Russian) + + [ Nikita Epifanov ] + * Translated using Weblate (Russian) + + [ Benedek Nagy ] + * ikiwiki: add packages that are necessary for apt-get install + * calibre: explain correct name format for new library + + [ Ma Yong ] + * Translated using Weblate (Chinese (Simplified)) + * Translated using Weblate (Chinese (Simplified)) + + [ Eric ] + * Translated using Weblate (Chinese (Simplified)) + + [ James Valleroy ] + * upgrades: Allow backports from src:freedombox + * locale: Update translation strings + * doc: Fetch latest manual + + [ Jim Gregory ] + * network: Fix showing wifi connection + + -- James Valleroy Mon, 28 Mar 2022 20:30:00 -0400 + freedombox (22.7) unstable; urgency=medium [ Nathaniel Ramos Alexander ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 37aaa92b2..4fe18f750 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '22.7' +__version__ = '22.8'