Skip to content

Commit d21d2c1

Browse files
authored
Prepare for release v33.6.5 (#1374)
Signed-off-by: Tushar Goel <[email protected]>
1 parent 3ec022a commit d21d2c1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

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

44

5+
Version v33.6.5
6+
-------------------
7+
8+
- We added /var/www/html as volume in nginx Docker compose (#1373).
9+
10+
511
Version v33.6.4
612
-------------------
713

vulnerablecode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import warnings
1313
from pathlib import Path
1414

15-
__version__ = "33.6.4"
15+
__version__ = "33.6.5"
1616

1717

1818
def command_line():

0 commit comments

Comments
 (0)