Skip to content

Commit 6e35324

Browse files
committed
Bump version to v33.1.0 for release
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent f72d26a commit 6e35324

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
Unreleased
5-
----------
4+
v33.1.0 (2024-02-02)
5+
--------------------
66

77
- Rename multiple pipelines for consistency and precision:
88
* docker: analyze_docker_image

scancodeio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
import git
3030

31-
VERSION = "33.0.0"
31+
VERSION = "33.1.0"
3232

3333
PROJECT_DIR = Path(__file__).resolve().parent
3434
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 = 33.0.0
3+
version = 33.1.0
44
license = Apache-2.0
55
description = Automate software composition analysis pipelines
66
long_description = file:README.rst
@@ -153,7 +153,7 @@ ignore = D1,D203,D205,D212,D400,D415
153153

154154
[bumpver]
155155
version_pattern = "MAJOR.MINOR.PATCH"
156-
current_version = "33.0.0"
156+
current_version = "33.1.0"
157157

158158
[bumpver:file_patterns]
159159
setup.cfg =

0 commit comments

Comments
 (0)