We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f88621 commit bc57dd1Copy full SHA for bc57dd1
appointment/__init__.py
@@ -5,5 +5,5 @@
5
__package_name__ = "django-appointment"
6
__url__ = "https://github.com/adamspd/django-appointment"
7
__package_website__ = "https://django-appt.adamspierredavid.com/"
8
-__version__ = "3.1.0"
+__version__ = "3.1.1"
9
__test_version__ = False
setup.cfg
@@ -27,4 +27,5 @@ install_requires =
27
phonenumbers>=8.13.22
28
django-phonenumber-field>=7.2.0
29
babel>=2.13.0
30
- pytz>=2023.3
+ pytz>=2023.3
31
+ django-q2>=1.6.1
0 commit comments