Skip to content

Commit

Permalink
Prepare release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Jan 27, 2019
1 parent 4c6dc85 commit d6d697a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit d6d697a

Please sign in to comment.