Skip to content

Commit b289752

Browse files
committed
Version 1.10.1
1 parent b7da45f commit b289752

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

HISTORY.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
History
33
=======
44

5-
1.10.1-dev (master)
5+
1.10.1 (2020-12-03)
66
-------------------
77

8-
* Current unstable version
98
* Reduced Docker image and Binary size
109
* Added bare and json outputs to license command
1110

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.10.1-dev+{build}
1+
version: 1.10.1+{build}
22
image:
33
- Visual Studio 2019
44
- Ubuntu

safety/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """pyup.io"""
44
__email__ = '[email protected]'
5-
__version__ = '1.10.1-dev'
5+
__version__ = '1.10.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='safety',
16-
version='1.10.1-dev',
16+
version='1.10.1',
1717
description="Checks installed dependencies for known vulnerabilities.",
1818
long_description=readme + '\n\n' + history,
1919
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)