From 4deaacd238ce11d91c0cbcf1e18642268848406f Mon Sep 17 00:00:00 2001 From: Rafael Pivato Date: Mon, 11 Jan 2021 01:02:58 -0300 Subject: [PATCH] Version 1.10.2 --- HISTORY.rst | 2 +- appveyor.yml | 2 +- safety/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 0f7a1c93..75db9c0b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -1.10.2 (master) +1.10.2 (2021-01-12) ------------------- * Provide CVSS scores on full report, when available diff --git a/appveyor.yml b/appveyor.yml index 642add31..119279b2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.10.2-dev+{build} +version: 1.10.2+{build} image: - Visual Studio 2019 - Ubuntu diff --git a/safety/__init__.py b/safety/__init__.py index e135c23c..41a4a969 100644 --- a/safety/__init__.py +++ b/safety/__init__.py @@ -2,4 +2,4 @@ __author__ = """pyup.io""" __email__ = 'support@pyup.io' -__version__ = '1.10.2-dev' +__version__ = '1.10.2' diff --git a/setup.py b/setup.py index c748336e..e7057b60 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='safety', - version='1.10.2-dev', + version='1.10.2', description="Checks installed dependencies for known vulnerabilities.", long_description=readme + '\n\n' + history, long_description_content_type="text/markdown",