Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagaro committed Aug 16, 2022
1 parent e153ece commit 5f8b5f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changes
=======

1.0.2 (unreleased)
-------------------
1.0.2 (2022-08-16)
------------------

- Add an error check for crop with single size dimension #43
- Add an error check for webp conversion without quality set #45
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 = 'django-resized',
version = '1.0.2dev',
version = '1.0.2',
packages = ['django_resized'],
requires = ['python (>= 2.7)', 'django (>= 1.7)'],
description = 'Resizes image origin to specified size.',
Expand Down

0 comments on commit 5f8b5f2

Please sign in to comment.