diff --git a/debian/changelog b/debian/changelog index f56ef8d60..4352dd947 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +plinth (0.18.1) unstable; urgency=high + + * Re-upload with higher urgency (to unblock django-axes 3.0.3). + + -- James Valleroy Mon, 04 Dec 2017 23:10:37 -0500 + plinth (0.18.0) unstable; urgency=low [ James Valleroy ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 67a428663..a34d0e605 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -19,4 +19,4 @@ Plinth package init file """ -__version__ = '0.18.0' +__version__ = '0.18.1'