diff --git a/README.rst b/README.rst index e97dee7..f1c41ec 100644 --- a/README.rst +++ b/README.rst @@ -127,6 +127,11 @@ If these links are no longer functional, some are archived in the `Internet Arch Changelog --------- +Version 1.3.1 (next version) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* (no changes yet) + Version 1.3.0 ^^^^^^^^^^^^^ diff --git a/rsrcfork/__init__.py b/rsrcfork/__init__.py index a0abd48..a51fff4 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.3.0" +__version__ = "1.3.1.dev" __all__ = [ "Resource",