From da1b67c02502aab316971faa05223b8eef1b03f7 Mon Sep 17 00:00:00 2001 From: Jannis Gebauer Date: Tue, 10 Mar 2020 13:11:28 +0100 Subject: [PATCH] release 1.8.7 --- HISTORY.rst | 7 ++++++- safety/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index b83f6de2..381b0640 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,12 @@ History ======= -1.8.6 (2019-03-10) +1.8.7 (2020-03-10) +------------------ + +* Fixed a hidden import caused the binary to produce errors on Linux. + +1.8.6 (2020-03-10) ------------------ * Safety is now available as a binary release for macOS, Windows and Linux. diff --git a/safety/__init__.py b/safety/__init__.py index 2cf994d8..e9a6e965 100644 --- a/safety/__init__.py +++ b/safety/__init__.py @@ -2,4 +2,4 @@ __author__ = """pyup.io""" __email__ = 'support@pyup.io' -__version__ = '1.8.6' +__version__ = '1.8.7' diff --git a/setup.py b/setup.py index edc64be6..eebdf15b 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name='safety', - version='1.8.6', + version='1.8.7', description="Safety checks your installed dependencies for known security vulnerabilities.", long_description=readme + '\n\n' + history, long_description_content_type="text/markdown",