Skip to content

Commit 55cc4f0

Browse files
committed
Bump version for v34.8.2 release
Signed-off-by: tdruez <[email protected]>
1 parent 32d9a88 commit 55cc4f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.rst

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

4-
v34.8.2 (unreleased)
4+
v34.8.2 (2024-10-28)
55
--------------------
66

77
- Add ``android_analysis`` to ``extra_requires``. This installs the package

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 = "34.8.1"
31+
VERSION = "34.8.2"
3232

3333
PROJECT_DIR = Path(__file__).resolve().parent
3434
ROOT_DIR = PROJECT_DIR.parent

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scancodeio
3-
version = 34.8.1
3+
version = 34.8.2
44
license = Apache-2.0
55
description = Automate software composition analysis pipelines
66
long_description = file:README.rst

0 commit comments

Comments
 (0)