Skip to content

Commit

Permalink
Require python-dateutil>=2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aleh-rymasheuski committed Jul 27, 2022
1 parent 2f914c1 commit 2e5ca80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

- feat: Display the diff for deleted objects in the admin ([#396](https://github.com/jazzband/django-auditlog/pull/396))

#### Fixes

- fix: Require python-dateutil 2.7.0 or higher for compatibility with Python 3.10 ([#...](https://github.com/jazzband/django-auditlog/pull/...))

## 2.1.0 (2022-06-27)

#### Improvements
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
description="Audit log app for Django",
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=["python-dateutil>=2.6.0"],
install_requires=["python-dateutil>=2.7.0"],
zip_safe=False,
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 2e5ca80

Please sign in to comment.