Skip to content

Commit d8609b9

Browse files
committed
Version 1.10.3
1 parent 72592f9 commit d8609b9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

HISTORY.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
History
33
=======
44

5-
1.10.3-dev (master)
5+
1.10.3 (2021-01-15)
66
-------------------
77

8-
* Current unstable version
8+
* Avoid 1.10.2post1 bug with pyup updates
99

1010
1.10.2 (2021-01-12)
1111
-------------------

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.10.3-dev+{build}
1+
version: 1.10.3+{build}
22
image:
33
- Visual Studio 2019
44
- Ubuntu

safety/__init__.py

+1-1
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.3-dev'
5+
__version__ = '1.10.3'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='safety',
16-
version='1.10.3-dev',
16+
version='1.10.3',
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)