File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 2
2
History
3
3
=======
4
4
5
- 1.10.0 (2020-12-20 )
5
+ 1.10.1-dev (master )
6
6
-------------------
7
7
8
8
* Current unstable version
9
+
10
+ 1.10.0 (2020-12-20)
11
+ -------------------
12
+
9
13
* Added README information about Python 2.7 workaround
10
14
* Adjusted some pricing information
11
15
* Fixed MacOS binary build through AppVeyor
Original file line number Diff line number Diff line change @@ -474,7 +474,7 @@ safety license --key=12345-ABCDEFGH
474
474
|------------------------------------------------------------------------------|
475
475
| click | 7.1.2 | BSD-3-Clause |
476
476
|------------------------------------------------------------------------------|
477
- | safety | 1.10.0.de | MIT |
477
+ | safety | 1.10.0 | MIT |
478
478
+==============================================================================+
479
479
```
480
480
Original file line number Diff line number Diff line change 1
- version : 1.10.0 +{build}
1
+ version : 1.10.1-dev +{build}
2
2
image :
3
3
- Visual Studio 2019
4
4
- Ubuntu
Original file line number Diff line number Diff line change 2
2
3
3
__author__ = """pyup.io"""
4
4
5
- __version__ = '1.10.0 '
5
+ __version__ = '1.10.1-dev '
Original file line number Diff line number Diff line change 13
13
14
14
setup (
15
15
name = 'safety' ,
16
- version = '1.10.0 ' ,
16
+ version = '1.10.1-dev ' ,
17
17
description = "Checks installed dependencies for known vulnerabilities." ,
18
18
long_description = readme + '\n \n ' + history ,
19
19
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments