From af21037f669565908d517271f3a1b0b844cc30b5 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 2 Jul 2018 20:16:41 -0400 Subject: [PATCH] Release v0.33.0 to unstable Signed-off-by: James Valleroy --- debian/changelog | 52 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 53 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index dccc5a77e..342ba4f1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,55 @@ +plinth (0.33.0) unstable; urgency=medium + + [ Doma Gergő ] + * Translated using Weblate (Hungarian) + + [ Allan Nordhøy ] + * Translated using Weblate (Norsk bokmål) + + [ advocatux ] + * Translated using Weblate (Spanish) + + [ Igor ] + * Translated using Weblate (Русский) + + [ Pavel Borecki ] + * Translated using Weblate (Čeština) + + [ Gayathri Das ] + * Translated using Weblate (Hindi) + + [ Joseph Nuthalapati ] + * Fix mistake in Hindi translation template + * firewall: Display information that a service is internal only + * users: Don't show Create User form to non-admin users + * Translated using Weblate (Hindi) + * users: Redirect to users list on successful user creation + * packages: Button to refresh package lists + + [ Hemanth Kumar Veeranki ] + * Add a way to refine shortcuts + * Restrict removal of last admin user + * Use logos instead of icons in the apps page + + [ danielwine ] + * Translated using Weblate (Hungarian) + + [ Bart Notelaers ] + * Translated using Weblate (Dutch) + + [ James Valleroy ] + * users: Update Change Password menu for non-admin users + * package: Add option to skip recommends + * udiskie: New module for automatic mounting of removable media + + [ Sciumedanglisc ] + * Translated using Weblate (Italian) + + [ Sunil Mohan Adapa ] + * udiskie: Use glib library for dbus interaction + + -- James Valleroy Mon, 02 Jul 2018 20:15:50 -0400 + plinth (0.32.0) unstable; urgency=medium [ Allan Nordhøy ] diff --git a/plinth/__init__.py b/plinth/__init__.py index fa5f58086..f41cc990a 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '0.32.0' +__version__ = '0.33.0'