diff --git a/debian/changelog b/debian/changelog index b378176fa..353a00f57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,38 @@ +plinth (20.6.1) unstable; urgency=medium + + [ James Valleroy ] + * users: Fix regression where form help_text line was dropped + * debian: Add firmware-ath9k-htc to Recommends + * doc: Fetch latest manual + + [ Allan Nordhøy ] + * gitweb: Use proper ellipsis char when showing clone progress + * Translated using Weblate (Norwegian Bokmål) + * Translated using Weblate (German) + + [ Coucouf ] + * Translated using Weblate (French) + * Translated using Weblate (French) + + [ Manuela Silva ] + * Translated using Weblate (Portuguese) + + [ nautilusx ] + * Translated using Weblate (German) + + [ Jeannette L ] + * Translated using Weblate (German) + * Translated using Weblate (French) + * Translated using Weblate (Italian) + + [ wind ] + * Translated using Weblate (Russian) + + [ vihor ] + * Translated using Weblate (Serbian) + + -- James Valleroy Sat, 11 Apr 2020 09:56:43 -0400 + plinth (20.6) unstable; urgency=medium [ wind ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 47ecb5ca1..5a04d99f5 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '20.6' +__version__ = '20.6.1'