Skip to content

Commit 7fcafa7

Browse files
committed
Release 4.0.0
1 parent 6e65a6a commit 7fcafa7

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

README.rst

+8-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Prerequisites
3535
++++++++++++++++++++
3636

3737
- Python >= 3.6
38-
- Django >= 1.8
38+
- Django >= 2.0
3939
- Bootstrap >= 3
4040
- jquery >= 1.7.1
4141

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

188+
|buymeacoffee|
189+
188190

189191
.. |date-picker-image| image:: https://raw.githubusercontent.com/monim67/django-bootstrap-datepicker-plus/26d89a744d403a895422313a48c02885c4718251/images/date-picker.png
190192
:alt: Date-picker
@@ -235,3 +237,8 @@ The project was initially forked from `pbucher/django-bootstrap-datepicker <http
235237
:target: https://pypi.python.org/pypi/django-bootstrap-datepicker-plus
236238
:alt: Licence
237239
:height: 20px
240+
241+
.. |buymeacoffee| image:: https://cdn.buymeacoffee.com/buttons/v2/default-orange.png
242+
:target: https://www.buymeacoffee.com/monim67
243+
:alt: Buy Me A Coffee
244+
:height: 48px

bootstrap_datepicker_plus/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ def _make_version(major, minor, micro, releaselevel, serial):
88
return version
99

1010

11-
version_info = (3, 0, 6, "final", 0)
11+
version_info = (4, 0, 0, "final", 0)
1212
__version__ = _make_version(*version_info)

docs/Getting_Started.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Prerequisites
88
********************
99

1010
- Python >= 3.6
11-
- Django >= 1.8
11+
- Django >= 2.0
1212
- Bootstrap >= 3
1313
- jquery >= 1.7.1
1414

docs/index.rst

+8
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ Demo
3939
Contributing
4040

4141

42+
|buymeacoffee|
43+
44+
4245
.. |date-picker-image| image:: https://raw.githubusercontent.com/monim67/django-bootstrap-datepicker-plus/26d89a744d403a895422313a48c02885c4718251/images/date-picker.png
4346
:alt: Date-picker
4447
:width: 218px
@@ -88,3 +91,8 @@ Demo
8891
:target: https://pypi.python.org/pypi/django-bootstrap-datepicker-plus
8992
:alt: Licence
9093
:height: 20px
94+
95+
.. |buymeacoffee| image:: https://cdn.buymeacoffee.com/buttons/v2/default-orange.png
96+
:target: https://www.buymeacoffee.com/monim67
97+
:alt: Buy Me A Coffee
98+
:height: 48px

0 commit comments

Comments
 (0)