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.
2 parents a64f8cd + b98bf01 commit 8937793Copy full SHA for 8937793
appointment/__init__.py
@@ -6,5 +6,5 @@
6
__url__ = "https://github.com/adamspd/django-appointment"
7
__package_website__ = "https://django-appt.adamspierredavid.com/"
8
__package_doc_url__ = "https://django-appt-doc.adamspierredavid.com/overview.html"
9
-__version__ = "3.6.0"
+__version__ = "3.6.1"
10
__test_version__ = False
setup.cfg
@@ -23,8 +23,8 @@ packages = find:
23
python_requires = >=3.8
24
install_requires =
25
Django>=4.2
26
- Pillow>=10.1.0
27
- phonenumbers>=8.13.22
28
- django-phonenumber-field>=7.2.0
29
- babel>=2.13.0
30
- django-q2>=1.6.1
+ Pillow==10.4.0
+ phonenumbers==8.13.42
+ django-phonenumber-field==7.3.0
+ babel==2.15.0
+ django-q2==1.6.2
0 commit comments