Skip to content

Commit

Permalink
Merge pull request #228 from adamspd/226-error-at-appointmentform-class
Browse files Browse the repository at this point in the history
Fixed version of used package in setup.cfg to fix incompatibility
  • Loading branch information
adamspd authored Aug 3, 2024
2 parents a64f8cd + b98bf01 commit 8937793
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion appointment/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
__url__ = "https://github.com/adamspd/django-appointment"
__package_website__ = "https://django-appt.adamspierredavid.com/"
__package_doc_url__ = "https://django-appt-doc.adamspierredavid.com/overview.html"
__version__ = "3.6.0"
__version__ = "3.6.1"
__test_version__ = False
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ packages = find:
python_requires = >=3.8
install_requires =
Django>=4.2
Pillow>=10.1.0
phonenumbers>=8.13.22
django-phonenumber-field>=7.2.0
babel>=2.13.0
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 comments on commit 8937793

Please sign in to comment.