Skip to content

Commit

Permalink
Version 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelpivato committed Jan 3, 2021
1 parent b7da45f commit b289752
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.10.1-dev+{build}
version: 1.10.1+{build}
image:
- Visual Studio 2019
- Ubuntu
Expand Down
2 changes: 1 addition & 1 deletion safety/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """pyup.io"""
__email__ = 'support@pyup.io'
__version__ = '1.10.1-dev'
__version__ = '1.10.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b289752

Please sign in to comment.