diff --git a/README.rst b/README.rst index 17c9129..e97dee7 100644 --- a/README.rst +++ b/README.rst @@ -127,8 +127,8 @@ If these links are no longer functional, some are archived in the `Internet Arch Changelog --------- -Version 1.2.1 (next version) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Version 1.3.0 +^^^^^^^^^^^^^ * Added a ``--group`` command line option to group resources in list format by type (the default), ID, or with no grouping. * 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. diff --git a/rsrcfork/__init__.py b/rsrcfork/__init__.py index 3d86f99..a0abd48 100644 --- a/rsrcfork/__init__.py +++ b/rsrcfork/__init__.py @@ -1,6 +1,6 @@ """A pure Python, cross-platform library/tool for reading Macintosh resource data, as stored in resource forks and ``.rsrc`` files.""" -__version__ = "1.2.1.dev" +__version__ = "1.3.0" __all__ = [ "Resource",