File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
![ Tests] ( https://github.com/adamspd/django-appointment/actions/workflows/tests.yml/badge.svg )
4
4
![ Published on PyPi] ( https://github.com/adamspd/django-appointment/actions/workflows/publish.yml/badge.svg )
5
- [ ![ Doc] ( https://github.com/adamspd/django-appointment-doc/actions/workflows/build-docs.yml/badge.svg )] ( https://django-appt-doc.adamspierredavid.com/overview.html )
5
+ [ ![ Doc] ( https://github.com/adamspd/django-appointment-doc/actions/workflows/build-docs.yml/badge.svg )] ( https://django-appt-doc.adamspierredavid.com )
6
6
[ ![ Current Release Version] ( https://img.shields.io/github/release/adamspd/django-appointment.svg?style=flat-square&logo=github )] ( https://github.com/adamspd/django-appointment/releases )
7
7
[ ![ pypi Version] ( https://img.shields.io/pypi/v/django-appointment.svg?style=flat-square&logo=pypi&logoColor=white )] ( https://pypi.org/project/django-appointment/ )
8
8
[ ![ PyPi downloads] ( https://static.pepy.tech/personalized-badge/django-appointment?period=total&units=international_system&left_color=grey&right_color=orange&left_text=pip%20downloads )] ( https://pypi.org/project/django-appointment/ )
17
17
[ ![ Python compatible version] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/adamspd/django-appointment/main/python_compatible.json )] ( https://github.com/adamspd/django-appointment/blob/main/compatibility_matrix.md )
18
18
19
19
🆕 ** New** : The documentation website is now
20
- available [ here] ( https://django-appt-doc.adamspierredavid.com/overview.html ) . It includes reasons for using the
20
+ available [ here] ( https://django-appt-doc.adamspierredavid.com ) . It includes reasons for using the
21
21
application, its features, and detailed configuration instructions.
22
22
23
23
⚠️ ** IMPORTANT** : If upgrading from a version before 2.x.x, please note significant database changes were introduced in
Original file line number Diff line number Diff line change 5
5
__package_name__ = "django-appointment"
6
6
__url__ = "https://github.com/adamspd/django-appointment"
7
7
__package_website__ = "https://django-appt.adamspierredavid.com/"
8
- __package_doc_url__ = "https://django-appt-doc.adamspierredavid.com/overview.html "
9
- __version__ = "3.6.2 "
8
+ __package_doc_url__ = "https://django-appt-doc.adamspierredavid.com/"
9
+ __version__ = "3.6.3 "
10
10
__test_version__ = False
You can’t perform that action at this time.
0 commit comments