Skip to content

Commit 41b1c9c

Browse files
committed
Bump to version 9.0.0
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent c0368db commit 41b1c9c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
==============================
22
Changelog
33

4-
2023-xx-xx
5-
Release x.x.x
4+
2023-07-14
5+
Release 9.0.0
66

77
* The tool will now show which worksheet (if .xlsx input) is the tool working on
88
* Error handling if defined worksheet does not exist

Diff for: about.ABOUT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
about_resource: .
22
name: AboutCode-toolkit
3-
version: 8.0.0
3+
version: 9.0.0
44
author: Jillian Daguil, Chin Yeung Li, Philippe Ombredanne, Thomas Druez
55
copyright: Copyright (c) nexB Inc.
66
description: |

Diff for: src/attributecode/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
import saneyaml
2222

23-
__version__ = '8.0.0'
23+
__version__ = '9.0.0'
2424

2525
__about_spec_version__ = '3.3.1'
2626

0 commit comments

Comments
 (0)