Skip to content

Commit 7b8b1b1

Browse files
committed
v0.8.0 for Django 4.2
1 parent 00174cb commit 7b8b1b1

File tree

4 files changed

+6
-29
lines changed

4 files changed

+6
-29
lines changed

.travis.yml

+2-27
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,10 @@
11
language: python
22
python:
3-
- "2.7"
4-
- "3.6"
5-
- "3.7"
3+
- "3.9"
64
env:
7-
- DJANGO_VERSION=1.4
8-
- DJANGO_VERSION=1.5
9-
- DJANGO_VERSION=1.10
10-
- DJANGO_VERSION=2.0
5+
- DJANGO_VERSION=4.2
116
install:
127
- pip install Django==$DJANGO_VERSION
138
- pip install requests
149
- pip install Pillow
1510
script: python setup.py test
16-
17-
# Django 2.0+ supports only Python 3.x.
18-
matrix:
19-
exclude:
20-
- python: "2.6"
21-
env: DJANGO_VERSION=2.0
22-
- python: "2.7"
23-
env: DJANGO_VERSION=2.0
24-
- python: "3.6"
25-
env: DJANGO_VERSION=1.4
26-
- python: "3.6"
27-
env: DJANGO_VERSION=1.5
28-
- python: "3.6"
29-
env: DJANGO_VERSION=1.10
30-
- python: "3.7"
31-
env: DJANGO_VERSION=1.4
32-
- python: "3.7"
33-
env: DJANGO_VERSION=1.5
34-
- python: "3.7"
35-
env: DJANGO_VERSION=1.10

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ Contributors:
1313
Michael Marx <https://github.com/rezemika>
1414
Marshal Taylor <https://github.com/mpt777>
1515
Oluwafemi Ebenezer <https://github.com/bencipher>
16+
Nebuchadrezzar <https://github.com/Nebuchadrezzar>

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ It preserves the original image file.
1010
It is compatible with various sources of images such as django-filebrowser's
1111
FileBrowseField, user uploaded images, static images, …
1212

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

1516

1617
#### Benefits

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

0 commit comments

Comments
 (0)