Skip to content

Commit

Permalink
Update jdatime (#235)
Browse files Browse the repository at this point in the history
* bump jdatime version

in this chagne, jdatetime uses jalali-core package for date conversion

* prepare for 6.1.0 release

* Update CHANGELOG.md

---------

Co-authored-by: Hasan Ramezani <[email protected]>
  • Loading branch information
slashmili and hramezani authored Mar 26, 2024
1 parent 6d6f1b2 commit 3138bb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [6.1.0] - 2024-03-26
### Changed
- Use jdatetime 5.0.0
- Drop Python 3.7 support
- Confirm Python 3.12 support
- Drop Django 4.1 support
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-jalali
version = 6.0.1
version = 6.1.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
Expand Down Expand Up @@ -34,7 +34,7 @@ packages = find:
include_package_data = True
zip_safe = False
install_requires =
jdatetime>=4.0.0
jdatetime>=5.0.0
django>=3.2

[options.extras_require]
Expand Down

0 comments on commit 3138bb8

Please sign in to comment.