Skip to content

Commit a87898e

Browse files
committed
Starting version 1.10.1
1 parent 0be8335 commit a87898e

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

HISTORY.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
History
33
=======
44

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

88
* Current unstable version
9+
10+
1.10.0 (2020-12-20)
11+
-------------------
12+
913
* Added README information about Python 2.7 workaround
1014
* Adjusted some pricing information
1115
* Fixed MacOS binary build through AppVeyor

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ safety license --key=12345-ABCDEFGH
474474
|------------------------------------------------------------------------------|
475475
| click | 7.1.2 | BSD-3-Clause |
476476
|------------------------------------------------------------------------------|
477-
| safety | 1.10.0.de | MIT |
477+
| safety | 1.10.0 | MIT |
478478
+==============================================================================+
479479
```
480480

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.10.0+{build}
1+
version: 1.10.1-dev+{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.0'
5+
__version__ = '1.10.1-dev'

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.0',
16+
version='1.10.1-dev',
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)