Skip to content

Commit

Permalink
Merge pull request #428 from freedomofpress/release/0.0.8
Browse files Browse the repository at this point in the history
Version 0.0.8
  • Loading branch information
redshiftzero authored Jun 17, 2019
2 parents 289b487 + 6c198b7 commit f6bd3b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ safety: ## Runs `safety check` to check python dependencies for vulnerabilities
.PHONY: bandit
bandit: ## Run bandit with medium level excluding test-related folders
pip install --upgrade pip && \
pip install --upgrade bandit!=1.6.0 && \
pip install --upgrade bandit==1.5.1 && \
bandit -ll --recursive . --exclude tests,.venv

.PHONY: check
Expand Down
2 changes: 1 addition & 1 deletion securedrop_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.7'
__version__ = '0.0.8'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setuptools.setup(
name="securedrop-client",
version="0.0.7",
version="0.0.8",
author="Freedom of the Press Foundation",
author_email="[email protected]",
description="SecureDrop Workstation client application",
Expand Down

0 comments on commit f6bd3b2

Please sign in to comment.