diff --git a/HISTORY.rst b/HISTORY.rst index fe5e10c..4ff9759 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,7 +1,8 @@ ======= History ======= -UNRELEASED + +1.2.0 (2024-12-26) ------------------ * Fix issue with slow export duration (https://github.com/saritasa-nest/django-import-export-extensions/issues/79): diff --git a/pyproject.toml b/pyproject.toml index 0936a41..26ca96c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-import-export-extensions" -version = "1.1.0" +version = "1.2.0" description = "Extend functionality of `django-import-export`" license = "MIT" authors = ["Saritasa "]