Skip to content

Commit

Permalink
Merge pull request #207 from Hipo/release-3.7.0
Browse files Browse the repository at this point in the history
MASTER | Release 3.7.0
  • Loading branch information
KaratasFurkan authored Aug 8, 2023
2 parents bc9ca85 + 0fd4e6b commit 8c18a75
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.7.0**
- `psycopg` (psycopg 3) is now supported and it's used automatically instead of `psycopg2` if available.
- **v3.6.0**
- File objects without an actual file-system path can now be used in `Base64ImageField`, `Base64FileField` and `HybridImageField`
- **v3.5.0**
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.6.1',
version='3.7.0',
packages=['drf_extra_fields',
'drf_extra_fields.runtests'],
include_package_data=True,
Expand Down

0 comments on commit 8c18a75

Please sign in to comment.