From 454d8a90608128701f75a3ee071ef9a4001c0662 Mon Sep 17 00:00:00 2001 From: David THENON Date: Wed, 1 Feb 2017 11:23:29 +0100 Subject: [PATCH] Bump to 0.5.5 --- crispy_forms_foundation/__init__.py | 2 +- docs/changelog.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crispy_forms_foundation/__init__.py b/crispy_forms_foundation/__init__.py index 115e488..be3f89e 100644 --- a/crispy_forms_foundation/__init__.py +++ b/crispy_forms_foundation/__init__.py @@ -1,2 +1,2 @@ """Django application to add 'django-crispy-forms' layout objects for 'Foundation for sites'""" # noqa: E501 -__version__ = '0.5.4' +__version__ = '0.5.5' diff --git a/docs/changelog.rst b/docs/changelog.rst index 466c9c1..e00edfb 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,7 +4,7 @@ Changelog ========= -Version 0.5.5 - Unreleased +Version 0.5.5 - 2017/02/01 ************************** * Dropped support for Python 2.6 and Django<1.8;