From d8703e728344b5776e09b10408de1679d85b0de4 Mon Sep 17 00:00:00 2001 From: mickael e Date: Thu, 16 Jul 2020 11:51:06 -0400 Subject: [PATCH] securedrop-client 0.2.1 --- changelog.md | 8 ++++++++ securedrop_client/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index c94436110..3d8309754 100644 --- a/changelog.md +++ b/changelog.md @@ -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). diff --git a/securedrop_client/__init__.py b/securedrop_client/__init__.py index d3ec452c3..3ced3581b 100644 --- a/securedrop_client/__init__.py +++ b/securedrop_client/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.2.1" diff --git a/setup.py b/setup.py index 01c3b05f5..e26f40ccf 100644 --- a/setup.py +++ b/setup.py @@ -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="securedrop@freedom.press", description="SecureDrop Workstation client application",