Skip to content

Commit

Permalink
Merge pull request #204 from Hipo/release-3.6.0
Browse files Browse the repository at this point in the history
MASTER | Release 3.6.0
  • Loading branch information
KaratasFurkan authored Jul 28, 2023
2 parents b99be64 + 803d6b2 commit d5a6559
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Extra Fields for Django Rest Framework

Latest Changes
==============
- **v3.6.0**
- File objects without an actual file-system path can now be used in `Base64ImageField`, `Base64FileField` and `HybridImageField`
- **v3.5.0**
- Development environment fixes & improvements.
- Since `Python 3.6` support is ended, the codebase is refactored/modernized for `Python 3.7`.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='drf-extra-fields',
version='3.5.0',
version='3.6.0',
packages=['drf_extra_fields',
'drf_extra_fields.runtests'],
include_package_data=True,
Expand Down

0 comments on commit d5a6559

Please sign in to comment.