From 6e35324e2e3b7ecda967db1549199c7edfd1368b Mon Sep 17 00:00:00 2001 From: tdruez Date: Fri, 2 Feb 2024 14:29:05 +0100 Subject: [PATCH] Bump version to v33.1.0 for release Signed-off-by: tdruez --- CHANGELOG.rst | 4 ++-- scancodeio/__init__.py | 2 +- setup.cfg | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e5ab50970..0c0bfb8a9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,8 @@ Changelog ========= -Unreleased ----------- +v33.1.0 (2024-02-02) +-------------------- - Rename multiple pipelines for consistency and precision: * docker: analyze_docker_image diff --git a/scancodeio/__init__.py b/scancodeio/__init__.py index 5e71838ba..b46c7a629 100644 --- a/scancodeio/__init__.py +++ b/scancodeio/__init__.py @@ -28,7 +28,7 @@ import git -VERSION = "33.0.0" +VERSION = "33.1.0" PROJECT_DIR = Path(__file__).resolve().parent ROOT_DIR = PROJECT_DIR.parent diff --git a/setup.cfg b/setup.cfg index 9cf6e06cc..7c442883c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = scancodeio -version = 33.0.0 +version = 33.1.0 license = Apache-2.0 description = Automate software composition analysis pipelines long_description = file:README.rst @@ -153,7 +153,7 @@ ignore = D1,D203,D205,D212,D400,D415 [bumpver] version_pattern = "MAJOR.MINOR.PATCH" -current_version = "33.0.0" +current_version = "33.1.0" [bumpver:file_patterns] setup.cfg =