diff --git a/docs/index.rst b/docs/index.rst index 95eeef1..e7b9de4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -283,6 +283,7 @@ Result:: Changelog ========= +* 0.9.1 - updated ``bootstrap4.html`` template to match Bootstrap 4.0 final release syntax (@ozeranskiy) * 0.9.0 - added support for Django 2.0 * 0.8.2 - no code changes since 0.8.1 * 0.8.1 - ``{% render_breadcrumbs %}`` will now pass context as dict for Django >= 1.8 since ``RequestContext()`` was deprecated (https://docs.djangoproject.com/en/1.10/ref/templates/upgrading/) @@ -320,3 +321,4 @@ Contributors: * JeLoueMonCampingCar * JP-Ellis * Alexandre Macabies (zopieux) +* ozeranskiy diff --git a/setup.py b/setup.py index b89be41..e790b4a 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='django_bootstrap_breadcrumbs', - version='0.9.0', + version='0.9.1', url='http://prymitive.github.com/bootstrap-breadcrumbs', license='MIT', description='Django breadcrumbs for Bootstrap 2, 3 or 4',