Skip to content

Commit e680f76

Browse files
authored
Merge pull request #17 from stefanofusai/docs-update-description
2 parents c8cfc71 + c8295b8 commit e680f76

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# drf-multi-serializers
22

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

55
## Installation
66

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
44

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

0 commit comments

Comments
 (0)