Skip to content

Commit

Permalink
version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobsans committed Feb 2, 2018
1 parent 74ece87 commit 54c7e1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ install:
- pip install .
script:
- image_optimizer -h
- image_optimizer -r -l ./samples
after_success:
- coveralls
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Coverage Status](https://coveralls.io/repos/github/Bobsans/image-optimizer/badge.svg?branch=master)](https://coveralls.io/github/Bobsans/image-optimizer?branch=master)
[![PyPI version](https://badge.fury.io/py/image_optimizer.svg)](https://badge.fury.io/py/image_optimizer)

image_optimizer v0.3.2
image_optimizer v0.3.3
======================================

Оптимизатор изображений на базе PIL.
Expand Down Expand Up @@ -56,6 +56,10 @@ BMP, EPS, GIF, J2C, J2K, JP2, JPC, JPE, JPEG, JPF, JPG, JPX, MPO, PBM, PCX, PGM,

Список изменений
--------------------------------------
* **v0.3.3** \[_02.02.2018_\]

- Обновлены зависимости.

* **v0.3.2** \[_08.11.2016_\]

- Добавлен аргумент `-l`, отелючающий вывод статистики.
Expand Down

0 comments on commit 54c7e1c

Please sign in to comment.