diff --git a/HISTORY.rst b/HISTORY.rst index 48c24bfc..9b08a888 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,10 +2,10 @@ History ======= -1.10.3-dev (master) +1.10.3 (2021-01-15) ------------------- -* Current unstable version +* Avoid 1.10.2post1 bug with pyup updates 1.10.2 (2021-01-12) ------------------- diff --git a/appveyor.yml b/appveyor.yml index 3df68199..8381f439 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.10.3-dev+{build} +version: 1.10.3+{build} image: - Visual Studio 2019 - Ubuntu diff --git a/safety/__init__.py b/safety/__init__.py index a462aafb..1667d43d 100644 --- a/safety/__init__.py +++ b/safety/__init__.py @@ -2,4 +2,4 @@ __author__ = """pyup.io""" __email__ = 'support@pyup.io' -__version__ = '1.10.3-dev' +__version__ = '1.10.3' diff --git a/setup.py b/setup.py index 74a62a16..cac8008c 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='safety', - version='1.10.3-dev', + version='1.10.3', description="Checks installed dependencies for known vulnerabilities.", long_description=readme + '\n\n' + history, long_description_content_type="text/markdown",