diff --git a/debian/changelog b/debian/changelog index 99727a22b..e637d8dc0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +plinth (0.46.1) unstable; urgency=medium + + [ prolinux ukraine ] + * Translated using Weblate (Ukrainian) + + [ Joseph Nuthalapati ] + * clients: Rename DAVdroid to DAVx5 + + [ Allan Nordhøy ] + * Translated using Weblate (Norwegian Bokmål) + + [ Sunil Mohan Adapa ] + * debian: Replace and break older versions of plinth + + [ James Valleroy ] + * debian: Fix spelling errors in lintian override comment + + -- James Valleroy Fri, 04 Jan 2019 23:17:45 -0500 + plinth (0.46.0) unstable; urgency=medium [ Pavel Borecki ] diff --git a/plinth/__init__.py b/plinth/__init__.py index d95a2cba9..c594bafd4 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '0.46.0' +__version__ = '0.46.1'