diff --git a/debian/changelog b/debian/changelog index c0fde779c..a1d447ab3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,38 @@ +plinth (0.37.0) unstable; urgency=medium + + [ Pavel Borecki ] + * Translated using Weblate (Czech) + + [ Allan Nordhøy ] + * Translated using Weblate (Norwegian Bokmål) + + [ Petter Reinholdtsen ] + * Translated using Weblate (Norwegian Bokmål) + + [ Igor ] + * Translated using Weblate (Russian) + + [ advocatux ] + * Translated using Weblate (Spanish) + + [ Doma Gergő ] + * Translated using Weblate (Hungarian) + + [ James Valleroy ] + * backups: Simplify export of backup archive files + * backups: Add list of exported archives + * backups: Restore from exported archive + * vagrant: Clarify post-up message + * debian: Add Dutch translation of debconf messages (Closes: #906945) + - Thanks to Frans Spiesschaert for the patch. + * Bump Standards-Version to 4.2.0 + + [ Joseph Nuthalapati ] + * vagrant: Vagrantfile changes for ease of development + * install: Use Post/Response/Get pattern for reloads + + -- James Valleroy Mon, 27 Aug 2018 19:15:08 -0400 + plinth (0.36.0) unstable; urgency=medium [ Gayathri Das ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 80a748067..cbf431b50 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '0.36.0' +__version__ = '0.37.0'