Skip to content

Commit

Permalink
Prepare for 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
NikAzanov committed Oct 29, 2024
1 parent 11ca771 commit ae272fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
History
=======

UNRELEASED
0.7.0 (2024-10-29)
----------
* Add support django-import-export >= 4.2
* Removed support for django-import-export < 4.2
* Improve test coverage

0.6.1 (2024-10-04)
----------
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ django-import-export-extensions
:target: https://pypi.org/project/django-import-export-extensions/
:alt: Supported python versions

.. image:: https://img.shields.io/badge/django--versions-3.2_%7C_4.0_%7C_4.1_%7C_4.2_%7C_5.0-blue
.. image:: https://img.shields.io/badge/django--versions-4.0_%7C_4.1_%7C_4.2_%7C_5.0-blue
:target: https://pypi.org/project/django-import-export-extensions/
:alt: Supported django versions

Expand Down Expand Up @@ -53,7 +53,7 @@ Add ``import_export`` and ``import_export_extensions`` to ``INSTALLED_APPS``
# settings.py
INSTALLED_APPS = (
...
...,
"import_export",
"import_export_extensions",
)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-import-export-extensions"
version = "0.6.1"
version = "0.7.0"
description = "Extend functionality of `django-import-export`"
license = "MIT"
authors = ["Saritasa <[email protected]>"]
Expand Down

0 comments on commit ae272fa

Please sign in to comment.