mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2025-01-08 06:29:49 +00:00
Bump version to 1.1.3.post1 and fix a formatting error in README.rst
This commit is contained in:
parent
43a4073432
commit
0d2a3f886b
@ -65,6 +65,7 @@ Command-line interface
|
||||
^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
$ python3 -m rsrcfork /Users/Shared/Test.textClipping
|
||||
No header system data
|
||||
No header application data
|
||||
@ -117,9 +118,16 @@ If these links are no longer functional, some are archived in the `Internet Arch
|
||||
Changelog
|
||||
---------
|
||||
|
||||
Version 1.1.3.post1
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
* Fixed a formatting error in the README.rst to allow upload to PyPI.
|
||||
|
||||
Version 1.1.3
|
||||
^^^^^^^^^^^^^
|
||||
|
||||
**Note: This version is not available on PyPI, see version 1.1.3.post1 changelog for details.**
|
||||
|
||||
* 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``.
|
||||
* Fixed ``ResourceFork.open`` and ``ResourceFork.__init__`` not closing their streams in some cases.
|
||||
|
@ -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.
|
||||
"""
|
||||
|
||||
__version__ = "1.1.3"
|
||||
__version__ = "1.1.3.post1"
|
||||
|
||||
__all__ = [
|
||||
"Resource",
|
||||
|
Loading…
Reference in New Issue
Block a user