Skip to content

Commit 5eaf513

Browse files
authored
Merge pull request #110 from adamspd/release-v3.2.0
Release new version
2 parents a8da3b8 + c3ba987 commit 5eaf513

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
⚠️ **IMPORTANT**: If upgrading from a version before 2.x.x, please note significant database changes were introduced in
1515
Version 2.0.0 introduces significant database changes. Please read
1616
the [migration guide](https://github.com/adamspd/django-appointment/tree/main/docs/migration_guides/v2_1_0.md) before
17-
updating. Version 3.1.0 introduces the ability to send email reminders for appointments using Django Q for efficient
18-
task scheduling.
17+
updating. Version 3.x.x introduces the ability to send email reminders for appointments using Django Q for efficient
18+
task scheduling. It also allows clients to reschedule appointments if it is allowed by admins.
1919

2020
Django-Appointment is a Django app engineered for managing appointment scheduling with ease and flexibility. It enables
2121
users to define custom configurations for time slots, lead time, and finish time, or utilize the default values
@@ -46,9 +46,9 @@ and [here](https://github.com/adamspd/django-appointment/tree/main/docs/release_
4646
- For more information, please refer to
4747
this [documentation](https://github.com/adamspd/django-appointment/tree/main/docs/history).
4848

49-
## Added Features and Bug Fixes in version 3.1.0
49+
## Added Features and Bug Fixes in version 3.x.x
5050

51-
See the [release notes](https://github.com/adamspd/django-appointment/releases/tag/v3.1.0).
51+
See the [release notes](https://github.com/adamspd/django-appointment/releases/tag/v3.2.0).
5252
For older version,
5353
see their [release notes](https://github.com/adamspd/django-appointment/tree/main/docs/release_notes).
5454

appointment/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
__package_name__ = "django-appointment"
66
__url__ = "https://github.com/adamspd/django-appointment"
77
__package_website__ = "https://django-appt.adamspierredavid.com/"
8-
__version__ = "3.1.3"
8+
__version__ = "3.2.0"
99
__test_version__ = False

0 commit comments

Comments
 (0)