Skip to content

Commit adc14cb

Browse files
authored
Merge pull request #256 from adamspd/release/v3.7.1
v3.7.1
2 parents 3f1698e + da0a6d8 commit adc14cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0"
9+
__version__ = "3.7.1"
1010
__test_version__ = False

appointment/email_sender/email_sender.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
except ImportError:
1717
async_task = None
1818
DJANGO_Q_AVAILABLE = False
19-
logger.warning("django-q is not installed. Email will be send synchronously.")
19+
logger.warning("django-q is not installed. Email will be sent synchronously.")
2020

2121

2222
def has_required_email_settings():

0 commit comments

Comments
 (0)