Skip to content

Commit

Permalink
Merge pull request #17 from stefanofusai/docs-update-description
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofusai authored Oct 1, 2024
2 parents c8cfc71 + c8295b8 commit e680f76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# drf-multi-serializers

A simple package to handle multiple serializers for the same view in Django Rest Framework.
Handle multiple serializers for the same view in Django Rest Framework.

## Installation

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"

[project]
name = "drf-multi-serializers"
version = "1.1.0"
version = "1.1.1"
authors = [{ "name" = "Stefano Fusai", "email" = "[email protected]" }]
description = "A simple package to handle multiple serializers for the same ViewSet in Django Rest Framework"
description = "Handle multiple serializers for the same view in Django Rest Framework."
readme = "README.md"
requires-python = ">=3.12"
dependencies = ["djangorestframework"]
Expand Down

0 comments on commit e680f76

Please sign in to comment.