Skip to content

Commit 43932af

Browse files
Prepare release 4.2.1
1 parent 3e54a57 commit 43932af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ 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.1.3-563d7c.svg
15-
:alt: Bootstrap 4.1.3
14+
.. |bootstrap| image:: https://img.shields.io/badge/Bootstrap-v4.2.1-563d7c.svg
15+
:alt: Bootstrap 4.2.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

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.1.3'
3+
version = '4.2.1'
44

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

0 commit comments

Comments
 (0)