Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Sep 29, 2021
1 parent 8fe70b6 commit be4fafc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ Changelog

* **[NEXT]** (changes on ``master`` but not released yet):

* Nothing yet

* **v1.1.1:**

* Fix the abnormal amount of processes created (and not cleaned) when
starting an optimization (#13)

Expand Down
1 change: 1 addition & 0 deletions linuxpkg/org.flozz.yoga-image-optimizer.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
</screenshots>

<releases>
<release version="1.1.1" date="2021-09-29"/>
<release version="1.1.0" date="2021-09-06"/>
<release version="1.0.0" date="2021-06-11"/>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="yoga_image_optimizer",
version="1.1.0",
version="1.1.1",
description="A graphical interface to convert and optimize JPEG, PNG and WebP images (based on YOGA)",
url="https://github.com/flozz/yoga-image-optimizer",
license="BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion yoga_image_optimizer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

APPLICATION_ID = "org.flozz.yoga-image-optimizer"
APPLICATION_NAME = "YOGA Image Optimizer"
VERSION = "1.1.0"
VERSION = "1.1.1"

0 comments on commit be4fafc

Please sign in to comment.