Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ and [here](https://github.com/adamspd/django-appointment/tree/main/docs/release_
6. Email notifications for appointment scheduling and reminders:
- Instant email notifications to clients upon scheduling an appointment.
- Automated email reminders sent 24 hours before the appointment (requires Django Q).
- ICS file attachment for calendar synchronization.
7. Integration with Django Q for efficient task scheduling and email sending.

## Key features introduced in previous versions.
Expand All @@ -59,7 +60,7 @@ and [here](https://github.com/adamspd/django-appointment/tree/main/docs/release_

## Added Features and Bug Fixes in version 3.x.x

See the [release notes](https://github.com/adamspd/django-appointment/releases/tag/v3.3.1).
See the [release notes](https://github.com/adamspd/django-appointment/releases/tag/v3.8.0).
For older version,
see their [release notes](https://github.com/adamspd/django-appointment/tree/main/docs/release_notes).

Expand Down
2 changes: 1 addition & 1 deletion appointment/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
__url__ = "https://github.com/adamspd/django-appointment"
__package_website__ = "https://django-appt.adamspierredavid.com/"
__package_doc_url__ = "https://django-appt-doc.adamspierredavid.com/"
__version__ = "3.7.4"
__version__ = "3.8.0"
__test_version__ = False