This commit is contained in:
Fabien LOISON 2018-04-05 14:41:21 +02:00
parent 92dead512c
commit 9b0aa00f35
No known key found for this signature in database
GPG Key ID: FF90CA148348048E
2 changed files with 6 additions and 2 deletions

View File

@ -37,5 +37,9 @@ Convert and optimize a 3D model from CLI::
Changelog
---------
* **0.9.0-beta1:** First release (only GLB output for models, no image auto
* **0.9.1b1:**
* Automatic selection of the output format (png or jpeg),
* Prevent duplication of textures that are shared between materials,
* Fixes Windows paths of textures.
* **0.9.0b1:** First release (only GLB output for models, no image auto
output format)

View File

@ -25,7 +25,7 @@ if os.path.isfile("README.rst"):
setup(
name="yoga",
version="0.9.0-beta1",
version="0.9.1b1",
description="Yummy Optimizer for Gorgeous Assets",
url="https://github.com/wanadev/yoga",
license="BSD-3-Clause",