Skip to content

Commit

Permalink
securedrop-client 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emkll committed Jul 16, 2020
1 parent 982c369 commit ed9778b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.2.1

* Delete source widgets for current sync update (#1114)
* Reduce minimum window size (#1103)
* Make sure source fingerprint is updated on sync (#1092)

## 0.2.0

* Improve error handling when conversation items fail to decrypt (#1059).
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.2.0"
__version__ = "0.2.1"
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.2.0",
version="0.2.1",
author="Freedom of the Press Foundation",
author_email="[email protected]",
description="SecureDrop Workstation client application",
Expand Down

0 comments on commit ed9778b

Please sign in to comment.