Skip to content

Commit

Permalink
Bump version for v34.8.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <tdruez@nexb.com>
  • Loading branch information
tdruez committed Oct 28, 2024
1 parent 32d9a88 commit 55cc4f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.8.2 (unreleased)
v34.8.2 (2024-10-28)
--------------------

- Add ``android_analysis`` to ``extra_requires``. This installs the package
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.8.1"
VERSION = "34.8.2"

PROJECT_DIR = Path(__file__).resolve().parent
ROOT_DIR = PROJECT_DIR.parent
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = scancodeio
version = 34.8.1
version = 34.8.2
license = Apache-2.0
description = Automate software composition analysis pipelines
long_description = file:README.rst
Expand Down

0 comments on commit 55cc4f0

Please sign in to comment.