Skip to content

Commit

Permalink
Merge pull request #110 from adamspd/release-v3.2.0
Browse files Browse the repository at this point in the history
Release new version
  • Loading branch information
adamspd authored Feb 18, 2024
2 parents a8da3b8 + c3ba987 commit 5eaf513
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
⚠️ **IMPORTANT**: If upgrading from a version before 2.x.x, please note significant database changes were introduced in
Version 2.0.0 introduces significant database changes. Please read
the [migration guide](https://github.com/adamspd/django-appointment/tree/main/docs/migration_guides/v2_1_0.md) before
updating. Version 3.1.0 introduces the ability to send email reminders for appointments using Django Q for efficient
task scheduling.
updating. Version 3.x.x introduces the ability to send email reminders for appointments using Django Q for efficient
task scheduling. It also allows clients to reschedule appointments if it is allowed by admins.

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

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

See the [release notes](https://github.com/adamspd/django-appointment/releases/tag/v3.1.0).
See the [release notes](https://github.com/adamspd/django-appointment/releases/tag/v3.2.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 @@ -5,5 +5,5 @@
__package_name__ = "django-appointment"
__url__ = "https://github.com/adamspd/django-appointment"
__package_website__ = "https://django-appt.adamspierredavid.com/"
__version__ = "3.1.3"
__version__ = "3.2.0"
__test_version__ = False

0 comments on commit 5eaf513

Please sign in to comment.