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 20, 2020
1 parent 91752be commit d8703e7
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.2.1

* Reformat the code with black and isort (#1115)
* Support multi-source deletions in one sync (#1114)
* Support more screen resolutions (#1103)
* Move CSS strings to CSS files and add new CSS tests (#1082)
* Prevent addition of duplicated API jobs (#975)

## 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 d8703e7

Please sign in to comment.