diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7ae0dc7b0..909cb4c4e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Changelog ========= -v34.6.3 (unreleased) +v34.6.3 (2024-06-21) -------------------- - Use the ``--option=value`` syntax for args entries in place of ``--option value`` diff --git a/scancodeio/__init__.py b/scancodeio/__init__.py index 0abafc6e2..310ad6fdb 100644 --- a/scancodeio/__init__.py +++ b/scancodeio/__init__.py @@ -28,7 +28,7 @@ import git -VERSION = "34.6.2" +VERSION = "34.6.3" PROJECT_DIR = Path(__file__).resolve().parent ROOT_DIR = PROJECT_DIR.parent diff --git a/setup.cfg b/setup.cfg index aa1cdbe57..a2475610b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = scancodeio -version = 34.6.2 +version = 34.6.3 license = Apache-2.0 description = Automate software composition analysis pipelines long_description = file:README.rst @@ -170,7 +170,7 @@ ignore = D1,D203,D205,D212,D400,D415 [bumpver] version_pattern = "MAJOR.MINOR.PATCH" -current_version = "34.6.2" +current_version = "34.6.3" [bumpver:file_patterns] setup.cfg =