From 0be8335b1f5b23e67362f605fe9690c4fb63a8e9 Mon Sep 17 00:00:00 2001 From: Rafael Pivato Date: Sun, 20 Dec 2020 14:32:20 -0300 Subject: [PATCH] Version 1.10.0 --- 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 a7fd5fe8..96fae484 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -1.10.0-dev (master) +1.10.0 (2020-12-20) ------------------- * Current unstable version diff --git a/appveyor.yml b/appveyor.yml index 768af7f6..034bf5a9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.10.0-dev+{build} +version: 1.10.0+{build} image: - Visual Studio 2019 - Ubuntu diff --git a/safety/__init__.py b/safety/__init__.py index 8b30aed0..57a25db5 100644 --- a/safety/__init__.py +++ b/safety/__init__.py @@ -2,4 +2,4 @@ __author__ = """pyup.io""" __email__ = 'support@pyup.io' -__version__ = '1.10.0-dev' +__version__ = '1.10.0' diff --git a/setup.py b/setup.py index b16cc73e..3df6c04e 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='safety', - version='1.10.0-dev', + version='1.10.0', description="Checks installed dependencies for known vulnerabilities.", long_description=readme + '\n\n' + history, long_description_content_type="text/markdown",