Skip to content

Commit 43a4073

Browse files
committed
Bump version to 1.1.3
1 parent 6247013 commit 43a4073

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ If these links are no longer functional, some are archived in the `Internet Arch
117117
Changelog
118118
---------
119119

120-
(next version)
121-
^^^^^^^^^^^^^^
120+
Version 1.1.3
121+
^^^^^^^^^^^^^
122122

123123
* Added a setuptools entry point for the command-line interface. This allows calling it using just ``rsrcfork`` instead of ``python3 -m rsrcfork``.
124124
* 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``.

rsrcfork/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Writing resource data is not supported at all.
66
"""
77

8-
__version__ = "1.1.2"
8+
__version__ = "1.1.3"
99

1010
__all__ = [
1111
"Resource",

0 commit comments

Comments
 (0)