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 615ae3c commit 5b934f8Copy full SHA for 5b934f8
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/"
9
-__version__ = "3.9.1b2"
10
-__test_version__ = True
+__version__ = "3.9.1"
+__test_version__ = False
requirements.txt
@@ -1,4 +1,4 @@
1
-Django==5.1.7
+Django==5.2.2
2
Pillow==11.3.0
3
phonenumbers==9.0.12
4
django-phonenumber-field==8.1.0
0 commit comments