Skip to content

Commit

Permalink
securedrop-client 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
emkll committed Dec 18, 2019
1 parent d04a9bd commit 71763b7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.0.11

* Add apparmor profile (#673)
* Add failure message for replies (#664)
* Move metadata sync to api queue (#640)
* Add print integration (#631)
* Populate source list immediately upon login (#626)

## 0.0.10

* Add Python 3.7/buster support (#568, #609)
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.10'
__version__ = '0.0.11'
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.10",
version="0.0.11",
author="Freedom of the Press Foundation",
author_email="[email protected]",
description="SecureDrop Workstation client application",
Expand Down

0 comments on commit 71763b7

Please sign in to comment.