Skip to content

Commit cdbb9ff

Browse files
Release 1.10.2 version
1 parent 93312e6 commit cdbb9ff

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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/"
163164
Repository = "https://github.com/saritasa-nest/django-import-export-extensions"
164165
Changelog = "https://saritasa-nest.github.io/django-import-export-extensions/changelog/"
165166
Releases = "https://github.com/saritasa-nest/django-import-export-extensions/releases/"

0 commit comments

Comments
 (0)