Skip to content

Commit bef90c2

Browse files
author
semantic-release
committed
0.6.1
Automatically generated by python-semantic-release
1 parent 87c240f commit bef90c2

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# CHANGELOG
22

33

4+
## v0.6.1 (2025-07-18)
5+
6+
### Bug Fixes
7+
8+
- Update django stubs ext mypy etc (#122)
9+
([#122](https://github.com/NextGenContributions/django2pydantic/pull/122),
10+
[`87c240f`](https://github.com/NextGenContributions/django2pydantic/commit/87c240fd3029c6a5611ac7090dc49b7bbbf924fb))
11+
12+
413
## v0.6.0 (2025-07-16)
514

615
### Features

django2pydantic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
"ModelFieldsCompact",
1818
"SchemaConfig",
1919
]
20-
__version__ = "0.6.0"
20+
__version__ = "0.6.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django2pydantic"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "Converting Django models to Pydantic models"
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)