-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error when response has no content-type
- Loading branch information
1 parent
e70b43b
commit 084a9b3
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ def get_long_desc(): | |
|
||
setuptools.setup( | ||
name="drf_api_logger", | ||
version="0.0.8", | ||
version="0.0.9", | ||
author="Vishal Anand", | ||
author_email="[email protected]", | ||
description="An API Logger for your Django Rest Framework project.", | ||
|