File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 1.10.2 (2026-04-17)
6+
7+ - Fix docs link in pyproject.toml
8+ - Fix status of project in pyproject.toml to "stable"
9+
510## 1.10.1 (2026-04-17)
611
712- Fix pyproject.toml configuration
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ classifiers = [
3131 " Intended Audience :: Developers" ,
3232 " Operating System :: OS Independent" ,
3333 " Topic :: Software Development :: Libraries :: Python Modules" ,
34+ " Development Status :: 5 - Production/Stable" ,
3435 " Programming Language :: Python :: 3" ,
3536 " Programming Language :: Python :: 3.10" ,
3637 " Programming Language :: Python :: 3.11" ,
@@ -159,7 +160,7 @@ test = [
159160]
160161
161162[project .urls ]
162- Documentation = " https://saritasa-nest.github.io/django-import-export-extensions/"
163+ Documentation = " https://saritasa-nest.github.io/django-import-export-extensions/latest/ "
163164Repository = " https://github.com/saritasa-nest/django-import-export-extensions"
164165Changelog = " https://saritasa-nest.github.io/django-import-export-extensions/changelog/"
165166Releases = " https://github.com/saritasa-nest/django-import-export-extensions/releases/"
You can’t perform that action at this time.
0 commit comments