diff --git a/debian/changelog b/debian/changelog index 45b7990b8..b450d2b9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,38 @@ +freedombox (22.10) unstable; urgency=medium + + [ Nikita Epifanov ] + * Translated using Weblate (Russian) + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ Luna Jernberg ] + * Translated using Weblate (Swedish) + + [ Jiří Podhorecký ] + * Translated using Weblate (Czech) + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + + [ Giannis ] + * Translated using Weblate (Greek) + + [ Benedek Nagy ] + * sharing: put file path between quotation marks + + [ Sunil Mohan Adapa ] + * sharing: Allow double quotes in path strings + + [ ikmaak ] + * Translated using Weblate (German) + * Translated using Weblate (Dutch) + + [ James Valleroy ] + * doc: Fetch latest manual + + -- James Valleroy Mon, 25 Apr 2022 20:47:52 -0400 + freedombox (22.9) unstable; urgency=medium [ abidin toumi ] diff --git a/plinth/__init__.py b/plinth/__init__.py index b69f53abb..15715d2fc 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '22.9' +__version__ = '22.10'