From cd96c2f7c2f0745484f9d44089bd0dc22c38ded5 Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Tue, 20 Apr 2021 09:16:39 -0700 Subject: [PATCH] Bump version to 1.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also updated CHANGES.md to describe the 🐍 3.6 fix. --- CHANGES.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index bb8224b..2c6a27b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,10 @@ > - Fixed: 🐛 > - Security: 🛡 +## Version 1.0.2 + +🐛 Fixed a Python 3.6 compatibility issue in the package version check. + ## Version 1.0.1 🐛 Fixed a bug where the CVD-Update PyPI package version check prints an diff --git a/setup.py b/setup.py index d363d4a..5498221 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="cvdupdate", - version="1.0.1", + version="1.0.2", author="The ClamAV Team", author_email="clamav-bugs@external.cisco.com", copyright="Copyright (C) 2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.",