Skip to content

Commit bc57dd1

Browse files
committed
Added django-q2 to setup.cfg
1 parent 9f88621 commit bc57dd1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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.0"
8+
__version__ = "3.1.1"
99
__test_version__ = False

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ install_requires =
2727
phonenumbers>=8.13.22
2828
django-phonenumber-field>=7.2.0
2929
babel>=2.13.0
30-
pytz>=2023.3
30+
pytz>=2023.3
31+
django-q2>=1.6.1

0 commit comments

Comments
 (0)