Skip to content

Commit a858a1b

Browse files
authored
Merge pull request #302 from adamspd/v3.8.0
Updated README file and release new version 3.8.0
2 parents abe74b2 + b8def4f commit a858a1b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ and [here](https://github.com/adamspd/django-appointment/tree/main/docs/release_
5050
6. Email notifications for appointment scheduling and reminders:
5151
- Instant email notifications to clients upon scheduling an appointment.
5252
- Automated email reminders sent 24 hours before the appointment (requires Django Q).
53+
- ICS file attachment for calendar synchronization.
5354
7. Integration with Django Q for efficient task scheduling and email sending.
5455

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

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

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

appointment/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
__url__ = "https://github.com/adamspd/django-appointment"
77
__package_website__ = "https://django-appt.adamspierredavid.com/"
88
__package_doc_url__ = "https://django-appt-doc.adamspierredavid.com/"
9-
__version__ = "3.7.4"
9+
__version__ = "3.8.0"
1010
__test_version__ = False

0 commit comments

Comments
 (0)