From 41b1c9ce51a8271d989251f9619fc848ba426e8d Mon Sep 17 00:00:00 2001 From: Chin Yeung Li Date: Fri, 14 Jul 2023 18:16:19 +0800 Subject: [PATCH] Bump to version 9.0.0 Signed-off-by: Chin Yeung Li --- CHANGELOG.rst | 4 ++-- about.ABOUT | 2 +- src/attributecode/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9517da30..31271643 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,8 @@ ============================== Changelog -2023-xx-xx - Release x.x.x +2023-07-14 + Release 9.0.0 * The tool will now show which worksheet (if .xlsx input) is the tool working on * Error handling if defined worksheet does not exist diff --git a/about.ABOUT b/about.ABOUT index 2f98d6a4..127b9ca7 100644 --- a/about.ABOUT +++ b/about.ABOUT @@ -1,6 +1,6 @@ about_resource: . name: AboutCode-toolkit -version: 8.0.0 +version: 9.0.0 author: Jillian Daguil, Chin Yeung Li, Philippe Ombredanne, Thomas Druez copyright: Copyright (c) nexB Inc. description: | diff --git a/src/attributecode/__init__.py b/src/attributecode/__init__.py index 8cb8d9b2..581a1191 100644 --- a/src/attributecode/__init__.py +++ b/src/attributecode/__init__.py @@ -20,7 +20,7 @@ import saneyaml -__version__ = '8.0.0' +__version__ = '9.0.0' __about_spec_version__ = '3.3.1'