Skip to content

Commit

Permalink
Prepare release 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Jan 27, 2019
1 parent 3e54a57 commit 43932af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ 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.1.3-563d7c.svg
:alt: Bootstrap 4.1.3
.. |bootstrap| image:: https://img.shields.io/badge/Bootstrap-v4.2.1-563d7c.svg
:alt: Bootstrap 4.2.1
:target: https://getbootstrap.com/
.. |jquery| image:: https://img.shields.io/badge/jQuery-v3.3.1-0769ad.svg
:alt: jQuery 3.3.1
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.1.3'
version = '4.2.1'

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

0 comments on commit 43932af

Please sign in to comment.