Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
monim67 committed Dec 12, 2021
1 parent 6e65a6a commit 7fcafa7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
9 changes: 8 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Prerequisites
++++++++++++++++++++

- Python >= 3.6
- Django >= 1.8
- Django >= 2.0
- Bootstrap >= 3
- jquery >= 1.7.1

Expand Down Expand Up @@ -185,6 +185,8 @@ Acknowledgments
This project implements `Eonasdan/bootstrap-datetimepicker <https://github.com/Eonasdan/bootstrap-datetimepicker>`_ to display date-pickers.
The project was initially forked from `pbucher/django-bootstrap-datepicker <https://github.com/pbucher/django-bootstrap-datepicker>`_.

|buymeacoffee|


.. |date-picker-image| image:: https://raw.githubusercontent.com/monim67/django-bootstrap-datepicker-plus/26d89a744d403a895422313a48c02885c4718251/images/date-picker.png
:alt: Date-picker
Expand Down Expand Up @@ -235,3 +237,8 @@ The project was initially forked from `pbucher/django-bootstrap-datepicker <http
:target: https://pypi.python.org/pypi/django-bootstrap-datepicker-plus
:alt: Licence
:height: 20px

.. |buymeacoffee| image:: https://cdn.buymeacoffee.com/buttons/v2/default-orange.png
:target: https://www.buymeacoffee.com/monim67
:alt: Buy Me A Coffee
:height: 48px
2 changes: 1 addition & 1 deletion bootstrap_datepicker_plus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ def _make_version(major, minor, micro, releaselevel, serial):
return version


version_info = (3, 0, 6, "final", 0)
version_info = (4, 0, 0, "final", 0)
__version__ = _make_version(*version_info)
2 changes: 1 addition & 1 deletion docs/Getting_Started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Prerequisites
********************

- Python >= 3.6
- Django >= 1.8
- Django >= 2.0
- Bootstrap >= 3
- jquery >= 1.7.1

Expand Down
8 changes: 8 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ Demo
Contributing


|buymeacoffee|


.. |date-picker-image| image:: https://raw.githubusercontent.com/monim67/django-bootstrap-datepicker-plus/26d89a744d403a895422313a48c02885c4718251/images/date-picker.png
:alt: Date-picker
:width: 218px
Expand Down Expand Up @@ -88,3 +91,8 @@ Demo
:target: https://pypi.python.org/pypi/django-bootstrap-datepicker-plus
:alt: Licence
:height: 20px

.. |buymeacoffee| image:: https://cdn.buymeacoffee.com/buttons/v2/default-orange.png
:target: https://www.buymeacoffee.com/monim67
:alt: Buy Me A Coffee
:height: 48px

0 comments on commit 7fcafa7

Please sign in to comment.