Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
released 0.5
  • Loading branch information
vinyll committed Mar 23, 2017
1 parent b468984 commit 0033a1a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 13 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ python:
env:
- DJANGO_VERSION=1.4
- DJANGO_VERSION=1.5
- DJANGO_VERSION=1.10
install:
- pip install Django==$DJANGO_VERSION
script: python setup.py test
9 changes: 6 additions & 3 deletions AUTHORS
@@ -1,8 +1,11 @@
Main developers :
Main developers:

Vincent Agnano <https://github.com/vinyll>

Contributors :
Contributors:

arski <https://github.com/arski>
David Fischer <https://github.com/davidfischer-ch>
Sascha Häusler <https://github.com/saeschdivara>
Dmitriy <https://github.com/DeKaN>
Ievgen Pyvovarov <https://github.com/bsn>
Martin Bachwerk <https://github.com/arski>
12 changes: 6 additions & 6 deletions LICENSE
@@ -1,17 +1,17 @@
Copyright (c) 2012 Vincent Agnano.
Copyright (c) 2012-2017 Vincent Agnano.
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice,
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright

2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

3. Neither the name of django-imagefit nor the names of its contributors
3. Neither the name of django-imagefit nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.

Expand All @@ -24,4 +24,4 @@ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ 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.
Works on Python 3.x and Python 2.6 or more; Django 1.4 > 1.10 (and later?).


#### Benefits
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name='django-imagefit',
version='0.4',
version='0.5',
description='Render an optimized version of your original image on display. Ability to resize and crop.',
long_description=open('README.md').read(),
author='Vincent Agnano',
Expand All @@ -22,9 +22,8 @@
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Topic :: Utilities',
]
)

0 comments on commit 0033a1a

Please sign in to comment.