Skip to content

Commit

Permalink
Prepare release 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Jan 27, 2019
1 parent 44feaa9 commit 4314881
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-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
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 = '4.0.0'
version = '4.1.1'

setup(name='django-bootstrap-static',
version=version,
Expand Down

0 comments on commit 4314881

Please sign in to comment.