Skip to content

Commit 158ca48

Browse files
committed
Release version 1.7.0
1 parent 8568f35 commit 158ca48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ For technical info and documentation about resource files and resources, see the
113113
Changelog
114114
---------
115115

116-
Version 1.6.1 (next version)
117-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
116+
Version 1.7
117+
^^^^^^^^^^^
118118

119119
* Added a ``raw-decompress`` subcommand to decompress compressed resource data stored in a standalone file rather than as a resource.
120120
* 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.

rsrcfork/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# * Add a new empty section for the next version to the README.rst changelog.
2121
# * Commit and push the changes to master.
2222

23-
__version__ = "1.6.1.dev"
23+
__version__ = "1.7.0"
2424

2525
__all__ = [
2626
"Resource",

0 commit comments

Comments
 (0)