Skip to content

Commit

Permalink
Bump version for v34.3.0 release (#1162)
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Priyadarshi <[email protected]>
  • Loading branch information
keshav-space authored Apr 10, 2024
1 parent 1af8d99 commit 70787ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

v34.3.0 (unreleased)
v34.3.0 (2024-04-10)
--------------------

- Associate resolved packages with their source codebase resource.
Expand Down
2 changes: 1 addition & 1 deletion scancodeio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

import git

VERSION = "34.2.0"
VERSION = "34.3.0"

PROJECT_DIR = Path(__file__).resolve().parent
ROOT_DIR = PROJECT_DIR.parent
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = scancodeio
version = 34.2.0
version = 34.3.0
license = Apache-2.0
description = Automate software composition analysis pipelines
long_description = file:README.rst
Expand Down Expand Up @@ -163,7 +163,7 @@ ignore = D1,D203,D205,D212,D400,D415

[bumpver]
version_pattern = "MAJOR.MINOR.PATCH"
current_version = "34.2.0"
current_version = "34.3.0"

[bumpver:file_patterns]
setup.cfg =
Expand Down

0 comments on commit 70787ad

Please sign in to comment.