diff --git a/CHANGELOG.md b/CHANGELOG.md index dad65cd..4097e55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ### Changed + +## [6.2.0] - 2024-03-29 - Add Django 5.0 support - Drop Django 4.1 support diff --git a/setup.cfg b/setup.cfg index cbb25ba..8457134 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-jalali -version = 6.1.0 +version = 6.2.0 description = Jalali Date support for Django model and admin interface url = http://github.com/slashmili/django-jalali download_url = http://github.com/slashmili/django-jalali/tarball/master