Skip to content

Commit 3e30fcf

Browse files
authored
Update release notes, version for 2.1 (#1011)
1 parent 3c76d44 commit 3e30fcf

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ fork of 7zip. We are currently using `7z` for extracting `jar`, `apk`, `msi`, `e
147147
If you get an error about building libraries when you try to install from pip,
148148
you may need to install the Windows build tools. The Windows build tools are
149149
available for free from
150-
https://visualstudio.microsoft.com/visual-cpp-build-tools/
150+
<https://visualstudio.microsoft.com/visual-cpp-build-tools/>
151151

152152
If you get an error while installing brotlipy on Windows, installing the
153153
compiler above should fix it.

cve_bin_tool/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from cve_bin_tool.log import LOGGER
77

8-
VERSION = "2.0"
8+
VERSION = "2.1"
99

1010

1111
def check_latest_version():

doc/RELEASE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CVE Binary Tool Release Notes
22

3+
## CVE Binary Tool 2.1
4+
5+
Release Date: 07 Dec 2020
6+
7+
This release fixes an issue with jinja2 autoescape breaking the HTML reports
8+
and includes some updates to tests.
9+
310
## CVE Binary Tool 2.0
411

512
Release date: 12 Nov 2020

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "Terri Oda"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "2.0"
25+
release = "2.1"
2626

2727

2828
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)