Bump version to 1.1.3

This commit is contained in:
dgelessus 2019-07-14 01:30:05 +02:00
parent 6247013592
commit 43a4073432
2 changed files with 3 additions and 3 deletions

View File

@ -117,8 +117,8 @@ If these links are no longer functional, some are archived in the `Internet Arch
Changelog Changelog
--------- ---------
(next version) Version 1.1.3
^^^^^^^^^^^^^^ ^^^^^^^^^^^^^
* Added a setuptools entry point for the command-line interface. This allows calling it using just ``rsrcfork`` instead of ``python3 -m rsrcfork``. * Added a setuptools entry point for the command-line interface. This allows calling it using just ``rsrcfork`` instead of ``python3 -m rsrcfork``.
* Changed the default value of ``ResourceFork.__init__``'s ``close`` keyword argument from ``True`` to ``False``. This matches the behavior of classes like ``zipfile.ZipFile`` and ``tarfile.TarFile``. * Changed the default value of ``ResourceFork.__init__``'s ``close`` keyword argument from ``True`` to ``False``. This matches the behavior of classes like ``zipfile.ZipFile`` and ``tarfile.TarFile``.

View File

@ -5,7 +5,7 @@ This library only understands the resource file's general structure, i. e. the t
Writing resource data is not supported at all. Writing resource data is not supported at all.
""" """
__version__ = "1.1.2" __version__ = "1.1.3"
__all__ = [ __all__ = [
"Resource", "Resource",