From 85a84bd10daeefe5a70bf779ff12528c27136197 Mon Sep 17 00:00:00 2001 From: Tushar Goel Date: Thu, 21 Dec 2023 22:18:38 +0530 Subject: [PATCH] Prepare for release v33.6.5 Signed-off-by: Tushar Goel --- CHANGELOG.rst | 6 ++++++ vulnerablecode/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fc716f59f..c2e546095 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ Release notes ============= +Version v33.6.5 +------------------- + +- We added /var/www/html as volume in nginx Docker compose (#1373). + + Version v33.6.4 ------------------- diff --git a/vulnerablecode/__init__.py b/vulnerablecode/__init__.py index 68e869c3a..694c5d3f5 100644 --- a/vulnerablecode/__init__.py +++ b/vulnerablecode/__init__.py @@ -12,7 +12,7 @@ import warnings from pathlib import Path -__version__ = "33.6.4" +__version__ = "33.6.5" def command_line():