Skip to content

Commit 4016251

Browse files
authored
Merge pull request #1257 from TG1999/release_prep_v33.3.0
Prepare for release v33.3.0
2 parents 0290bf0 + bd64156 commit 4016251

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.rst

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

44

5-
Next Release
6-
------------
5+
Version v33.3.0
6+
----------------
77

88
- We filtered out the weakness that are not presented in the
99
cwe2.database before passing them into the vulnerability details view.

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 = 33.2.0
3+
version = 33.3.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
@@ -12,7 +12,7 @@
1212
import warnings
1313
from pathlib import Path
1414

15-
__version__ = "33.2.0"
15+
__version__ = "33.3.0"
1616

1717

1818
def command_line():

0 commit comments

Comments
 (0)