diff --git a/HISTORY.rst b/HISTORY.rst index d4384e7..caece3e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -UNRELEASED +1.3.1 (2025-01-13) ------------------ * Fix issues with query params parsing diff --git a/pyproject.toml b/pyproject.toml index 68bb12a..cce7a9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-import-export-extensions" -version = "1.3.0" +version = "1.3.1" description = "Extend functionality of `django-import-export`" license = "MIT" authors = ["Saritasa "]