Skip to content

Commit

Permalink
Bump version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dgelessus committed Jul 13, 2019
1 parent 6247013 commit 43a4073
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ If these links are no longer functional, some are archived in the `Internet Arch
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``.
* 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``.
Expand Down
2 changes: 1 addition & 1 deletion rsrcfork/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Writing resource data is not supported at all.
"""

__version__ = "1.1.2"
__version__ = "1.1.3"

__all__ = [
"Resource",
Expand Down

0 comments on commit 43a4073

Please sign in to comment.