From 02b988b65550b453cc73e0ab28e7bc726ddff4bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Prpi=C4=8D?= Date: Mon, 18 Jan 2021 22:12:47 -0500 Subject: [PATCH] Bump version for 0.3.0 release --- CHANGELOG.md | 4 ++++ cvelib/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d624e9f..669cbb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.3.0](https://github.com/RedHatProductSecurity/cvelib/compare/0.2.0...0.3.0) (Jan 18, 2021) + +* Fixed incorrect parsing of timestamps when using Python 3.6 (#1). + ## [0.2.0](https://github.com/RedHatProductSecurity/cvelib/compare/0.1.0...0.2.0) (Jan 14, 2021) * Fixed missing org query parameter when reserving a CVE ID. diff --git a/cvelib/__init__.py b/cvelib/__init__.py index d3ec452..493f741 100644 --- a/cvelib/__init__.py +++ b/cvelib/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.3.0"