Skip to content

Commit

Permalink
Update version number, update changelog and add proxy details to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Womersley authored and Justin Womersley committed Feb 4, 2019
1 parent 2009f35 commit 3b81f90
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
History
=======

1.8.5 (2019-02-04)
------------------

* Wrap words in full report (Thanks @mgedmin)
* Added Dockerfile and readme instructions (Thanks @ayeks)
* Remove API dependency on pip (Thanks @benjaminp)

1.8.4 (2018-08-03)
------------------

Expand Down
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,18 @@ ___
safety check --db=/home/safety-db/data
```

### `--proxy-host`

*Proxy host IP or DNS*

### `--proxy-port`

*Proxy port number*

### `--proxy-protocol`

*Proxy protocol (https or http)*

___

### `--json`
Expand Down Expand Up @@ -380,7 +392,7 @@ ___

### `--bare`

*Output vulnerable packages only. *
*Output vulnerable packages only.*

**Example**
```bash
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.8.4'
__version__ = '1.8.5'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

setup(
name='safety',
version='1.8.4',
version='1.8.5',
description="Safety checks your installed dependencies for known security vulnerabilities.",
long_description=readme + '\n\n' + history,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 3b81f90

Please sign in to comment.