Skip to content

Commit 4314881

Browse files
Prepare release 4.1.1
1 parent 44feaa9 commit 4314881

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ Also ships the latest jQuery compatible with Bootstrap, for optional inclusion.
1111
.. |latest-version| image:: https://img.shields.io/pypi/v/django-bootstrap-static.svg
1212
:alt: Latest version on PyPI
1313
:target: https://pypi.python.org/pypi/django-bootstrap-static
14-
.. |bootstrap| image:: https://img.shields.io/badge/Bootstrap-v4.0.0-563d7c.svg
15-
:alt: Bootstrap 4.0.0
14+
.. |bootstrap| image:: https://img.shields.io/badge/Bootstrap-v4.1.1-563d7c.svg
15+
:alt: Bootstrap 4.1.1
1616
:target: https://getbootstrap.com/
1717
.. |jquery| image:: https://img.shields.io/badge/jQuery-v3.3.1-0769ad.svg
1818
:alt: jQuery 3.3.1
1919
:target: https://jquery.com/
20-
.. |fontawesome| image:: https://img.shields.io/badge/Font_Awesome-v5.0.6-1c9a71.svg
21-
:alt: Font Awesome 5.0.6
20+
.. |fontawesome| image:: https://img.shields.io/badge/Font_Awesome-v5.0.10-1c9a71.svg
21+
:alt: Font Awesome 5.0.10
2222
:target: https://fontawesome.com/icons?m=free
2323

2424
Install

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version = '4.0.0'
3+
version = '4.1.1'
44

55
setup(name='django-bootstrap-static',
66
version=version,

0 commit comments

Comments
 (0)