diff --git a/README.rst b/README.rst index 28af423..31386d7 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-v3.3.7-563d7c.svg - :alt: Bootstrap 3.3.7 +.. |bootstrap| image:: https://img.shields.io/badge/Bootstrap-v3.4.0-563d7c.svg + :alt: Bootstrap 3.4.0 :target: http://getbootstrap.com/ .. |jquery| image:: https://img.shields.io/badge/jQuery-v3.2.1-0769ad.svg :alt: jQuery 3.2.1 :target: http://jquery.com/ -.. |fontawesome| image:: https://img.shields.io/badge/Font_Awesome-v4.7.0-1c9a71.svg - :alt: Font Awesome 4.7.0 +.. |fontawesome| image:: https://img.shields.io/badge/Font_Awesome-v5.6.3-1c9a71.svg + :alt: Font Awesome 5.6.3 :target: http://fontawesome.io/ Install diff --git a/setup.py b/setup.py index 3dc8a71..024ae60 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '3.3.7.2' +version = '3.4.0' setup(name='django-bootstrap-static', version=version,