From 500efc9f2c86878a7d30bf740d97b034859cec0e Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 12 Mar 2018 18:41:29 -0400 Subject: [PATCH] Release v0.25.0 to unstable Signed-off-by: James Valleroy --- debian/changelog | 48 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 49 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e55bccebe..112334941 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,51 @@ +plinth (0.25.0) unstable; urgency=medium + + [ Pavel Borecki ] + * Translated using Weblate (Czech) + + [ danielwine ] + * Translated using Weblate (Hungarian) + + [ Allan Nordhøy ] + * Translated using Weblate (Norwegian Bokmål) + + [ Luis A. Arizmendi ] + * Translated using Weblate (Spanish) + + [ Joseph Nuthalapati ] + * coquelicot: Rename Plinth to FreedomBox in license headers + * functional-tests: Merge plinth-tester into plinth + * searx: Add basic functional tests + * snapshots: Refactoring and indentation changes + * Translated using Weblate (Telugu) + * ttrss: update client apps + * sharing: Update description + * sharing: CSS styling fixes and text changes + + [ James Valleroy ] + * infinoted: Always check ownership of cert files in setup + + [ Алексей Докучаев ] + * Translated using Weblate (Russian) + + [ Igor ] + * Translated using Weblate (Russian) + + [ Sunil Mohan Adapa ] + * doc: Fix generation of HTML fragment + * users: Generalize styling for multi-select widget + * sharing: Finish implementation + * sharing: Add functional tests + * Support Django 2.0 + + [ Shubham Agarwal ] + * snapshots: Add submenu section in UI + + [ Prachi ] + * sharing: Add app to share disk folders using various protocols + + -- James Valleroy Mon, 12 Mar 2018 18:40:31 -0400 + plinth (0.24.0) unstable; urgency=medium [ Joseph Nuthalapati ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 8b3cf4f15..ca2f15dde 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '0.24.0' +__version__ = '0.25.0'