Skip to content

Commit 7dc0d98

Browse files
committed
Release version 1.6.0
1 parent 2ce1d6b commit 7dc0d98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ For technical info and documentation about resource files and resources, see the
113113
Changelog
114114
---------
115115

116-
Version 1.5.1 (next version)
117-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
116+
Version 1.6.0
117+
^^^^^^^^^^^^^
118118

119119
* Added a new subcommand-based command-line syntax to the ``rsrcfork`` tool, similar to other CLI tools such as ``git`` or ``diskutil``.
120120

rsrcfork/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# * Add a new empty section for the next version to the README.rst changelog.
2121
# * Commit and push the changes to master.
2222

23-
__version__ = "1.5.1.dev"
23+
__version__ = "1.6.0"
2424

2525
__all__ = [
2626
"Resource",

0 commit comments

Comments
 (0)