Skip to content

Commit

Permalink
Release 34.6.0 (#1259)
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <[email protected]>
  • Loading branch information
tdruez authored Jun 7, 2024
1 parent 224a00d commit 9858953
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.6.0 (unreleased)
v34.6.0 (2024-06-07)
--------------------

- Add a new ``scan_for_virus`` add-on pipeline based on ClamAV scan.
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.5.0"
VERSION = "34.6.0"

PROJECT_DIR = Path(__file__).resolve().parent
ROOT_DIR = PROJECT_DIR.parent
Expand Down
14 changes: 7 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = scancodeio
version = 34.5.0
version = 34.6.0
license = Apache-2.0
description = Automate software composition analysis pipelines
long_description = file:README.rst
Expand Down Expand Up @@ -66,7 +66,7 @@ install_requires =
# Task queue
rq==1.16.2
django-rq==2.10.2
redis==5.0.4
redis==5.0.5
# WSGI server
gunicorn==22.0.0
# Docker
Expand All @@ -85,13 +85,13 @@ install_requires =
aboutcode-toolkit==10.1.0
# Utilities
XlsxWriter==3.2.0
openpyxl==3.1.2
requests==2.32.2
openpyxl==3.1.3
requests==2.32.3
gitpython==3.1.43
# Profiling
pyinstrument==4.6.2
# CycloneDX
cyclonedx-python-lib==7.3.4
cyclonedx-python-lib==7.4.0
jsonschema==4.22.0
# Font Awesome
fontawesomefree==6.5.1
Expand All @@ -116,7 +116,7 @@ dev =
# Security analyzer
bandit==1.7.8
# Debug
django-debug-toolbar==4.3.0
django-debug-toolbar==4.4.2
# Documentation
Sphinx==7.3.7
sphinx-rtd-theme==2.0.0
Expand Down Expand Up @@ -170,7 +170,7 @@ ignore = D1,D203,D205,D212,D400,D415

[bumpver]
version_pattern = "MAJOR.MINOR.PATCH"
current_version = "34.5.0"
current_version = "34.6.0"

[bumpver:file_patterns]
setup.cfg =
Expand Down

0 comments on commit 9858953

Please sign in to comment.