Skip to content

Commit 0d2a3f8

Browse files
committed
Bump version to 1.1.3.post1 and fix a formatting error in README.rst
1 parent 43a4073 commit 0d2a3f8

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Command-line interface
6565
^^^^^^^^^^^^^^^^^^^^^^
6666

6767
.. code-block:: sh
68+
6869
$ python3 -m rsrcfork /Users/Shared/Test.textClipping
6970
No header system data
7071
No header application data
@@ -117,9 +118,16 @@ If these links are no longer functional, some are archived in the `Internet Arch
117118
Changelog
118119
---------
119120

121+
Version 1.1.3.post1
122+
^^^^^^^^^^^^^^^^^^^
123+
124+
* Fixed a formatting error in the README.rst to allow upload to PyPI.
125+
120126
Version 1.1.3
121127
^^^^^^^^^^^^^
122128

129+
**Note: This version is not available on PyPI, see version 1.1.3.post1 changelog for details.**
130+
123131
* Added a setuptools entry point for the command-line interface. This allows calling it using just ``rsrcfork`` instead of ``python3 -m rsrcfork``.
124132
* 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``.
125133
* Fixed ``ResourceFork.open`` and ``ResourceFork.__init__`` not closing their streams in some cases.

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.3"
8+
__version__ = "1.1.3.post1"
99

1010
__all__ = [
1111
"Resource",

0 commit comments

Comments
 (0)