diff --git a/HISTORY.rst b/HISTORY.rst index 0ca2c24..1748999 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -UNRELEASED +1.3.0 (2025-01-09) ------------------ * Add base import/export views that only allow users to work with their own jobs (`ImportJobForUserViewSet` and `ExportJobForUserViewSet`). diff --git a/pyproject.toml b/pyproject.toml index 2e67d12..b03df63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-import-export-extensions" -version = "1.2.0" +version = "1.3.0" description = "Extend functionality of `django-import-export`" license = "MIT" authors = ["Saritasa "]