Skip to content

Commit 7207b1d

Browse files
committed
Release version 1.3.0
1 parent 1de940d commit 7207b1d

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
@@ -127,8 +127,8 @@ If these links are no longer functional, some are archived in the `Internet Arch
127127
Changelog
128128
---------
129129

130-
Version 1.2.1 (next version)
131-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
130+
Version 1.3.0
131+
^^^^^^^^^^^^^
132132

133133
* Added a ``--group`` command line option to group resources in list format by type (the default), ID, or with no grouping.
134134
* Added a ``dump-text`` output format to the command line tool. This format is identical to ``dump``, but instead of a hex dump, it outputs the resource data as text. The data is decoded as MacRoman and classic Mac newlines (``\r``) are translated. This is useful for examining resources that contain mostly plain text.

rsrcfork/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A pure Python, cross-platform library/tool for reading Macintosh resource data, as stored in resource forks and ``.rsrc`` files."""
22

3-
__version__ = "1.2.1.dev"
3+
__version__ = "1.3.0"
44

55
__all__ = [
66
"Resource",

0 commit comments

Comments
 (0)