From 53cc894647575419c9edecaeb9478237a3bccf92 Mon Sep 17 00:00:00 2001 From: Allie Crevier Date: Wed, 11 Aug 2021 17:26:30 -0700 Subject: [PATCH] securdrop-client 0.5.0 Signed-off-by: Allie Crevier --- 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 776b11a37..6e37f09f6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Changelog +## 0.5.0 +* Support deletion of conversations (#1263) +* Speed up deletion of accounts and conversations (#1273) +* Update securedrop-sdk version to 0.3.0 (#1274) +* Tighten file permissions (#1256) +* Fix bug that exports twice on Enter (#1241) +* Scale left pane background image (#1210) + ## 0.4.1 * Prevent path traversal in downloaded files (#1226) diff --git a/securedrop_client/__init__.py b/securedrop_client/__init__.py index 3d26edf77..3d187266f 100644 --- a/securedrop_client/__init__.py +++ b/securedrop_client/__init__.py @@ -1 +1 @@ -__version__ = "0.4.1" +__version__ = "0.5.0" diff --git a/setup.py b/setup.py index 1fd7b6985..e6e35fa0d 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setuptools.setup( name="securedrop-client", - version="0.4.1", + version="0.5.0", author="Freedom of the Press Foundation", author_email="securedrop@freedom.press", description="SecureDrop Workstation client application",