Skip to content

Commit

Permalink
v0.8.0 for Django 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vinyll committed Sep 7, 2023
1 parent 00174cb commit 7b8b1b1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 29 deletions.
29 changes: 2 additions & 27 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,10 @@
language: python
python:
- "2.7"
- "3.6"
- "3.7"
- "3.9"
env:
- DJANGO_VERSION=1.4
- DJANGO_VERSION=1.5
- DJANGO_VERSION=1.10
- DJANGO_VERSION=2.0
- DJANGO_VERSION=4.2
install:
- pip install Django==$DJANGO_VERSION
- pip install requests
- pip install Pillow
script: python setup.py test

# Django 2.0+ supports only Python 3.x.
matrix:
exclude:
- python: "2.6"
env: DJANGO_VERSION=2.0
- python: "2.7"
env: DJANGO_VERSION=2.0
- python: "3.6"
env: DJANGO_VERSION=1.4
- python: "3.6"
env: DJANGO_VERSION=1.5
- python: "3.6"
env: DJANGO_VERSION=1.10
- python: "3.7"
env: DJANGO_VERSION=1.4
- python: "3.7"
env: DJANGO_VERSION=1.5
- python: "3.7"
env: DJANGO_VERSION=1.10
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ Contributors:
Michael Marx <https://github.com/rezemika>
Marshal Taylor <https://github.com/mpt777>
Oluwafemi Ebenezer <https://github.com/bencipher>
Nebuchadrezzar <https://github.com/Nebuchadrezzar>
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ It preserves the original image file.
It is compatible with various sources of images such as django-filebrowser's
FileBrowseField, user uploaded images, static images, …

Works on Python 3.x and Python 2.6 or more; Django 1.4 > 2.0. Compatible with Django 4.0
Works on Python 3.x; Django 4. Compatible with Django 4.2.
For previous versions of Django please refer to version 0.7.0 and previous versions of Pil.


#### Benefits
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='django-imagefit',
version='0.7.0',
version='0.8.0',
long_description_content_type='text/markdown',
description='Render an optimized version of your original image on display. Ability to resize and crop.',
long_description=open('README.md').read(),
Expand Down

0 comments on commit 7b8b1b1

Please sign in to comment.