Skip to content

Commit d866803

Browse files
authored
upgrade version (#37)
1 parent 2485b26 commit d866803

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ notes](https://github.com/adamspd/django-appointment/tree/main/docs/release_note
3939
- For more information, please refer to
4040
this [documentation](https://github.com/adamspd/django-appointment/tree/main/docs/history/readme_v2_1_1.md).
4141

42-
## Added Features in version 2.1.2
42+
## Added Features in version 2.1.3
4343

4444
This release of Django Appointment brings a series of improvements and updates aimed at enhancing the overall
4545
functionality and user experience:

appointment/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
__description__ = "Managing appointment scheduling with customizable slots, staff features, and conflict handling."
55
__package_name__ = "django-appointment"
66
__url__ = "https://github.com/adamspd/django-appointment"
7-
__version__ = "2.1.2"
7+
__version__ = "2.1.3"

appointment/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ class Config(models.Model):
557557
default="",
558558
help_text=_("Name of your website."),
559559
)
560-
app_offered_by_label = models.CharField(max_length=255, default=_("Offered by"), null=True, blank=True,
560+
app_offered_by_label = models.CharField(max_length=255, default=_("Offered by"),
561561
help_text=_("Label for `Offered by` on the appointment page"))
562562

563563
# meta data

0 commit comments

Comments
 (0)