Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jhassine/django-ninja-crudl
Browse files Browse the repository at this point in the history
  • Loading branch information
jhassine committed Nov 19, 2024
2 parents afe76f4 + 01b6b5c commit 08399cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# CHANGELOG


## v0.0.3 (2024-11-19)


## v0.0.2 (2024-11-19)

### Bug Fixes
Expand All @@ -10,6 +13,9 @@

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

- Authors for build
([`6b39b29`](https://github.com/NextGenContributions/django-ninja-crudl/commit/6b39b2966e5ef1693a6a52e6a1de7c553610cbbd))


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

Expand Down
2 changes: 1 addition & 1 deletion django_ninja_crudl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
WithObjectActions,
)

__version__ = "0.0.2"
__version__ = "0.0.3"

__all__ = [
"Crudl",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "django-ninja-crudl"
version = "0.0.2"
version = "0.0.3"
description = "CRUDL REST API endpoints from Django ORM models using Django Ninja framework"
authors = [
{name = "Jukka Hassinen", email = "jukka.hassinen@gmail.com"}
Expand Down

0 comments on commit 08399cd

Please sign in to comment.