Skip to content

Commit df620aa

Browse files
committed
Bump version for 32.4.0 release
Signed-off-by: Thomas Druez <tdruez@nexb.com>
1 parent 4d81ae7 commit df620aa

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
Changelog
22
=========
33

4-
v32.4.0 (unreleased)
4+
v32.5.0 (unreleased)
5+
--------------------
6+
7+
v32.4.0 (2023-07-13)
58
--------------------
69

710
- Add support for license policies and complaince alert for Discovered Packages.

scancodeio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import warnings
2727
from pathlib import Path
2828

29-
VERSION = "32.3.0"
29+
VERSION = "32.4.0"
3030

3131
PROJECT_DIR = Path(__file__).resolve().parent
3232
ROOT_DIR = PROJECT_DIR.parent

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scancodeio
3-
version = 32.3.0
3+
version = 32.4.0
44
license = Apache-2.0
55
description = Automate software composition analysis pipelines
66
long_description = file:README.rst
@@ -145,7 +145,7 @@ ignore = D1,D203,D205,D212,D400,D415
145145

146146
[bumpver]
147147
version_pattern = "MAJOR.MINOR.PATCH"
148-
current_version = "32.3.0"
148+
current_version = "32.4.0"
149149

150150
[bumpver:file_patterns]
151151
setup.cfg =

0 commit comments

Comments
 (0)