From 82b5926b4fc71498758e309b4046335c0285b9dd Mon Sep 17 00:00:00 2001 From: dgelessus Date: Sat, 18 Jul 2020 17:31:25 +0200 Subject: [PATCH] Release version 1.8.0 --- README.rst | 4 ++-- rsrcfork/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 1bf442a..5e034c3 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.7.1 (next version) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Version 1.8.0 +^^^^^^^^^^^^^ * Removed the old (non-subcommand-based) CLI syntax. * Added filtering support to the ``list`` subcommand. diff --git a/rsrcfork/__init__.py b/rsrcfork/__init__.py index b2a2b8e..0685811 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.7.1.dev" +__version__ = "1.8.0" __all__ = [ "Resource",