Skip to content

Commit

Permalink
v0.99.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Jun 2, 2021
1 parent 7073d13 commit 1c72fcd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ To compile locales, run::
Changelog
---------

* **v0.99.2 (beta):**

* Fix package data not installed while installing with pip (#3)
* NOTE: no new release for Windows as nothing changed

* **v0.99.1 (beta):**

* Fix site URL in setup.py
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@

setup(
name="yoga_image_optimizer",
version="0.99.1",
version="0.99.2",
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",
long_description=long_description,
keywords="image jpeg png optimizer converter guetzli zopfli gui gtk",
author="Fabien LOISON",
packages=find_packages(),
include_package_data=True,
install_requires=[
"yoga>=1.0.0",
"pycairo",
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 = "0.99.1"
VERSION = "0.99.2"

0 comments on commit 1c72fcd

Please sign in to comment.