diff --git a/HISTORY.rst b/HISTORY.rst index def92329..b0af7d8c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,10 +2,9 @@ History ======= -1.10.1-dev (master) +1.10.1 (2020-12-03) ------------------- -* Current unstable version * Reduced Docker image and Binary size * Added bare and json outputs to license command diff --git a/appveyor.yml b/appveyor.yml index 84e34b8f..4a32eca4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.10.1-dev+{build} +version: 1.10.1+{build} image: - Visual Studio 2019 - Ubuntu diff --git a/safety/__init__.py b/safety/__init__.py index 8e4a3abc..e8d56fc8 100644 --- a/safety/__init__.py +++ b/safety/__init__.py @@ -2,4 +2,4 @@ __author__ = """pyup.io""" __email__ = 'support@pyup.io' -__version__ = '1.10.1-dev' +__version__ = '1.10.1' diff --git a/setup.py b/setup.py index aed758b3..686949b7 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='safety', - version='1.10.1-dev', + version='1.10.1', description="Checks installed dependencies for known vulnerabilities.", long_description=readme + '\n\n' + history, long_description_content_type="text/markdown",