diff --git a/HISTORY.rst b/HISTORY.rst index 911daef..992a269 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,8 +2,8 @@ History ======= -UNRELEASED ----------- +1.0.0 (2024-11-08) +------------------ * Replaced `sphinx-rtd-theme` by [furo](https://github.com/pradyunsg/furo) * Update/extend documentation * Support Python 3.13 diff --git a/pyproject.toml b/pyproject.toml index 4fb8239..9dc78e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-import-export-extensions" -version = "0.7.0" +version = "1.0.0" description = "Extend functionality of `django-import-export`" license = "MIT" authors = ["Saritasa "]