Skip to content

Commit 8937793

Browse files
authored
Merge pull request #228 from adamspd/226-error-at-appointmentform-class
Fixed version of used package in setup.cfg to fix incompatibility
2 parents a64f8cd + b98bf01 commit 8937793

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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/overview.html"
9-
__version__ = "3.6.0"
9+
__version__ = "3.6.1"
1010
__test_version__ = False

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ packages = find:
2323
python_requires = >=3.8
2424
install_requires =
2525
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
26+
Pillow==10.4.0
27+
phonenumbers==8.13.42
28+
django-phonenumber-field==7.3.0
29+
babel==2.15.0
30+
django-q2==1.6.2

0 commit comments

Comments
 (0)