From 1293446d1f20b63d9bf18512189f0e7cfdb1427d Mon Sep 17 00:00:00 2001 From: Eg0ra Date: Mon, 13 Jan 2025 13:57:41 +0700 Subject: [PATCH] Release 1.3.1 version --- HISTORY.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "]