Skip to content

Commit 53c89c4

Browse files
authored
Merge pull request #198 from adamspd/security-fix
New version to include security fix of requests
2 parents 815424b + e96b85b commit 53c89c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.5.1"
9+
__version__ = "3.5.2"
1010
__test_version__ = False

0 commit comments

Comments
 (0)