Skip to content

Commit 104a611

Browse files
committed
chore: prepare for v38.4.0 release
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 7085c51 commit 104a611

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Release notes
22
=============
33

4+
Version v38.4.0
5+
---------------------
6+
7+
- fix: run pipeline scheduling jobs in respective queues (https://github.com/aboutcode-org/vulnerablecode/pull/2263)
8+
- feat: show queue load factors on the pipeline dashboard (https://github.com/aboutcode-org/vulnerablecode/pull/2264)
9+
410
Version v38.3.0
511
---------------------
612

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = vulnerablecode
3-
version = 38.3.0
3+
version = 38.4.0
44
license = Apache-2.0 AND CC-BY-SA-4.0
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390

vulnerablecode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import git
1616

17-
__version__ = "38.3.0"
17+
__version__ = "38.4.0"
1818

1919

2020
PROJECT_DIR = Path(__file__).resolve().parent

0 commit comments

Comments
 (0)