Skip to content

Commit

Permalink
Update release notes, version for 2.1 (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
terriko committed Dec 8, 2020
1 parent 3c76d44 commit 3e30fcf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ fork of 7zip. We are currently using `7z` for extracting `jar`, `apk`, `msi`, `e
If you get an error about building libraries when you try to install from pip,
you may need to install the Windows build tools. The Windows build tools are
available for free from
https://visualstudio.microsoft.com/visual-cpp-build-tools/
<https://visualstudio.microsoft.com/visual-cpp-build-tools/>

If you get an error while installing brotlipy on Windows, installing the
compiler above should fix it.
Expand Down
2 changes: 1 addition & 1 deletion cve_bin_tool/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from cve_bin_tool.log import LOGGER

VERSION = "2.0"
VERSION = "2.1"


def check_latest_version():
Expand Down
7 changes: 7 additions & 0 deletions doc/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CVE Binary Tool Release Notes

## CVE Binary Tool 2.1

Release Date: 07 Dec 2020

This release fixes an issue with jinja2 autoescape breaking the HTML reports
and includes some updates to tests.

## CVE Binary Tool 2.0

Release date: 12 Nov 2020
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Terri Oda"

# The full version, including alpha/beta/rc tags
release = "2.0"
release = "2.1"


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 3e30fcf

Please sign in to comment.