Skip to content

Commit 5b934f8

Browse files
committed
new release and update django version
1 parent 615ae3c commit 5b934f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appointment/__init__.py

Lines changed: 2 additions & 2 deletions
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/"
9-
__version__ = "3.9.1b2"
10-
__test_version__ = True
9+
__version__ = "3.9.1"
10+
__test_version__ = False

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==5.1.7
1+
Django==5.2.2
22
Pillow==11.3.0
33
phonenumbers==9.0.12
44
django-phonenumber-field==8.1.0

0 commit comments

Comments
 (0)