Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Nov 21, 2024
1 parent aedab64 commit e480c85
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# CHANGELOG


## v0.0.5 (2024-11-21)

### Bug Fixes

- Required dependencies
([`aedab64`](https://github.com/NextGenContributions/django2pydantic/commit/aedab64c61c288b3d4057007716aff835d1da5dc))

- Semantic release version_variables for uv.lock
([`5d13179`](https://github.com/NextGenContributions/django2pydantic/commit/5d1317923a0f831a82349e9e535f97f414220eba))


## v0.0.4 (2024-11-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion django2pydantic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from django2pydantic.types import Infer, InferExcept, MetaFields, ModelFields

__all__ = ["Infer", "InferExcept", "ModelFields", "MetaFields", "Schema"]
__version__ = "0.0.4"
__version__ = "0.0.5"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "django2pydantic"
version = "0.0.4"
version = "0.0.5"
description = "Converting Django models to Pydantic models"
readme = "README.md"
requires-python = "==3.12.*"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e480c85

Please sign in to comment.