From 43148816ddfabc6d768960b9178870cdaac9689b Mon Sep 17 00:00:00 2001 From: Pablo Castellano Date: Fri, 25 Jan 2019 19:38:07 +0000 Subject: [PATCH] Prepare release 4.1.1 --- README.rst | 8 ++++---- setup.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index b1d01e2..efaccd9 100644 --- a/README.rst +++ b/README.rst @@ -11,14 +11,14 @@ Also ships the latest jQuery compatible with Bootstrap, for optional inclusion. .. |latest-version| image:: https://img.shields.io/pypi/v/django-bootstrap-static.svg :alt: Latest version on PyPI :target: https://pypi.python.org/pypi/django-bootstrap-static -.. |bootstrap| image:: https://img.shields.io/badge/Bootstrap-v4.0.0-563d7c.svg - :alt: Bootstrap 4.0.0 +.. |bootstrap| image:: https://img.shields.io/badge/Bootstrap-v4.1.1-563d7c.svg + :alt: Bootstrap 4.1.1 :target: https://getbootstrap.com/ .. |jquery| image:: https://img.shields.io/badge/jQuery-v3.3.1-0769ad.svg :alt: jQuery 3.3.1 :target: https://jquery.com/ -.. |fontawesome| image:: https://img.shields.io/badge/Font_Awesome-v5.0.6-1c9a71.svg - :alt: Font Awesome 5.0.6 +.. |fontawesome| image:: https://img.shields.io/badge/Font_Awesome-v5.0.10-1c9a71.svg + :alt: Font Awesome 5.0.10 :target: https://fontawesome.com/icons?m=free Install diff --git a/setup.py b/setup.py index 57c629e..0b0f25c 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '4.0.0' +version = '4.1.1' setup(name='django-bootstrap-static', version=version,