Skip to content

Commit

Permalink
Release version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgelessus committed Dec 4, 2019
1 parent 2ce1d6b commit 7dc0d98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``.

Expand Down
2 changes: 1 addition & 1 deletion rsrcfork/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7dc0d98

Please sign in to comment.