diff --git a/CHANGELOG.md b/CHANGELOG.md index c549a0d4a..ff05acb1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ Programmatic usage of this project (e.g., importing it as a Python module) and t The 0.x prefix used in versions for this project is to indicate that breaking changes are expected frequently (several times a year). Breaking changes will increment the minor number, all other changes will increment the patch number. You can track the progress toward 1.0 [here](https://github.com/openapi-generators/openapi-python-client/projects/2). +## 0.28.3 (2026-02-17) + +### Fixes + +- sort remaining lazy imports in model template (#1400) + ## 0.28.2 (2026-02-09) ### Features diff --git a/pyproject.toml b/pyproject.toml index 2e324bb0c..50bf0f3be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "ruff>=0.2", ] name = "openapi-python-client" -version = "0.28.2" +version = "0.28.3" description = "Generate modern Python clients from OpenAPI" keywords = [ "OpenAPI",