Skip to content

Commit

Permalink
Merge pull request #1225 from TG1999/release/v33.0.0
Browse files Browse the repository at this point in the history
Prepare for release v33.0.0
  • Loading branch information
TG1999 authored Jul 5, 2023
2 parents c5c88d7 + f13518f commit ff95e09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Version v33.0.0

- We have dropped ``unresolved_vulnerabilities`` from /api/package endpoint API response.
- We have added missing quotes for href values in template.
- We have fixed merge functionality of AffectedPackage.


Version v32.0.1
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = vulnerablecode
version = 32.0.1
version = 33.0.0
license = Apache-2.0 AND CC-BY-SA-4.0

# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Expand Down
2 changes: 1 addition & 1 deletion vulnerablecode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import warnings
from pathlib import Path

__version__ = "32.0.1"
__version__ = "33.0.0"


def command_line():
Expand Down

0 comments on commit ff95e09

Please sign in to comment.