From 7dc0d980a35c4839faa88118011715f87c417693 Mon Sep 17 00:00:00 2001 From: dgelessus Date: Wed, 4 Dec 2019 01:35:57 +0100 Subject: [PATCH] Release version 1.6.0 --- README.rst | 4 ++-- rsrcfork/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 5a4d83f..da0dd60 100644 --- a/README.rst +++ b/README.rst @@ -113,8 +113,8 @@ For technical info and documentation about resource files and resources, see the Changelog --------- -Version 1.5.1 (next version) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Version 1.6.0 +^^^^^^^^^^^^^ * Added a new subcommand-based command-line syntax to the ``rsrcfork`` tool, similar to other CLI tools such as ``git`` or ``diskutil``. diff --git a/rsrcfork/__init__.py b/rsrcfork/__init__.py index 997dc58..f71711f 100644 --- a/rsrcfork/__init__.py +++ b/rsrcfork/__init__.py @@ -20,7 +20,7 @@ # * Add a new empty section for the next version to the README.rst changelog. # * Commit and push the changes to master. -__version__ = "1.5.1.dev" +__version__ = "1.6.0" __all__ = [ "Resource",