Skip to content

Commit

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


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

### Bug Fixes

- Temporarily stop using publish-pypi.yml reusable workflow
([`e371d3c`](https://github.com/NextGenContributions/django2pydantic/commit/e371d3cb0e4d4577251b5e51641faee3c4e41228))


## v0.0.3 (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.3"
__version__ = "0.0.4"
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.3"
version = "0.0.4"
description = "Converting Django models to Pydantic models"
readme = "README.md"
requires-python = "==3.12.*"
Expand Down

0 comments on commit 6df4955

Please sign in to comment.