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 25, 2024
2 parents 99192dc + ba57eea commit c63971c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 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.1.1 (2024-11-22)

### Bug Fixes

- Allow overriding Crudl class methods
([`24bc2eb`](https://github.com/NextGenContributions/django-ninja-crudl/commit/24bc2eb60d16ebf6a0b13af2fc590f75e2b606f0))


## v0.1.0 (2024-11-22)


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 @@ -10,7 +10,7 @@
WithObjectActions,
)

__version__ = "0.1.0"
__version__ = "0.1.1"

__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.1.0"
version = "0.1.1"
description = "CRUDL REST API endpoints from Django ORM models using Django Ninja framework"
requires-python = "==3.12.*"
authors = [
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 c63971c

Please sign in to comment.