Skip to content

Commit d6d697a

Browse files
Prepare release 3.4.0
1 parent 4c6dc85 commit d6d697a

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-v3.3.7-563d7c.svg
15-
:alt: Bootstrap 3.3.7
14+
.. |bootstrap| image:: https://img.shields.io/badge/Bootstrap-v3.4.0-563d7c.svg
15+
:alt: Bootstrap 3.4.0
1616
:target: http://getbootstrap.com/
1717
.. |jquery| image:: https://img.shields.io/badge/jQuery-v3.2.1-0769ad.svg
1818
:alt: jQuery 3.2.1
1919
:target: http://jquery.com/
20-
.. |fontawesome| image:: https://img.shields.io/badge/Font_Awesome-v4.7.0-1c9a71.svg
21-
:alt: Font Awesome 4.7.0
20+
.. |fontawesome| image:: https://img.shields.io/badge/Font_Awesome-v5.6.3-1c9a71.svg
21+
:alt: Font Awesome 5.6.3
2222
:target: http://fontawesome.io/
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 = '3.3.7.2'
3+
version = '3.4.0'
44

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

0 commit comments

Comments
 (0)