Skip to content

Commit 47f22f9

Browse files
committed
Starting version 1.10.0-dev
1 parent 0c0c62d commit 47f22f9

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

HISTORY.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
History
33
=======
44

5-
1.9.1a (master)
6-
---------------
5+
1.10.0-dev (master)
6+
-------------------
77

88
* Current unstable version
99
* Added README information about Python 2.7 workaround
10+
* Adjusted some pricing information
11+
* Fixed MacOS binary build through AppVeyor
1012

1113
1.9.0 (2020-04-27)
1214
------------------

appveyor.yml

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