From 4a0554d60d51d4548c200cf6d800747d6775313a Mon Sep 17 00:00:00 2001 From: Eg0ra Date: Thu, 9 Jan 2025 12:35:55 +0700 Subject: [PATCH] Release 1.3.0 version --- HISTORY.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "]