Release version 1.7.0

This commit is contained in:
dgelessus 2019-12-17 11:28:26 +01:00
parent 8568f355c4
commit 158ca4884b
2 changed files with 3 additions and 3 deletions

View File

@ -113,8 +113,8 @@ For technical info and documentation about resource files and resources, see the
Changelog
---------
Version 1.6.1 (next version)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Version 1.7
^^^^^^^^^^^
* Added a ``raw-decompress`` subcommand to decompress compressed resource data stored in a standalone file rather than as a resource.
* Optimized lazy loading of ``Resource`` objects. Previously, resource data would be read from disk whenever a ``Resource`` object was looked up, even if the data itself is never used. Now the resource data is only loaded once the ``data`` (or ``data_raw``) attribute is accessed.

View File

@ -20,7 +20,7 @@
# * Add a new empty section for the next version to the README.rst changelog.
# * Commit and push the changes to master.
__version__ = "1.6.1.dev"
__version__ = "1.7.0"
__all__ = [
"Resource",