Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Nov 18, 2024
1 parent 9feb63f commit c69cd2b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# CHANGELOG


## v0.0.1 (2024-11-18)

### Bug Fixes

- Ci fixes
([`9feb63f`](https://github.com/NextGenContributions/django2pydantic/commit/9feb63f7b83af236a067fa3be4affe8bc449a717))

- Update README.md
([`bc2ed39`](https://github.com/NextGenContributions/django2pydantic/commit/bc2ed39001e84799e886ea917566c9492fc86dea))

Signed-off-by: Jukka Hassinen <jukka.hassinen@gmail.com>


## v0.0.0 (2024-11-18)
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", "django2pydantic"]
__version__ = "0.0.0"
__version__ = "0.0.1"
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.0"
version = "0.0.1"
description = "Converting Django models to Pydantic models"
readme = "README.md"
requires-python = "==3.12.*"
Expand Down

0 comments on commit c69cd2b

Please sign in to comment.