From 1d3cff5ebc26be9c72fefa99976fb20f9a5e37e2 Mon Sep 17 00:00:00 2001 From: Kevin O'Gorman Date: Tue, 3 Sep 2024 19:09:47 -0400 Subject: [PATCH] Bump version to 0.13.2 --- changelog.md | 5 +++++ client/securedrop_client/__init__.py | 2 +- debian/changelog | 6 ++++++ export/securedrop_export/__init__.py | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 536ddbac7..83cbf59a0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 0.13.2 + +* Don't let Range header persist into other requests (#2195) +* Have BaseErrors trigger DownloadDecryptionException in download flow (#2196) + ## 0.13.1 * Ensure accurate mimetype detection of Office files, add additional sample files to integration tests (#2184) diff --git a/client/securedrop_client/__init__.py b/client/securedrop_client/__init__.py index 7e0dc0e84..83ce76fbb 100644 --- a/client/securedrop_client/__init__.py +++ b/client/securedrop_client/__init__.py @@ -1 +1 @@ -__version__ = "0.13.1" +__version__ = "0.13.2" diff --git a/debian/changelog b/debian/changelog index 0da354cbd..fe28267f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +securedrop-client (0.13.2) unstable; urgency=medium + + * see changelog.md + + -- SecureDrop Team Tue, 03 Sep 2024 19:06:51 -0400 + securedrop-client (0.13.1) unstable; urgency=medium * see changelog.md diff --git a/export/securedrop_export/__init__.py b/export/securedrop_export/__init__.py index 7e0dc0e84..83ce76fbb 100644 --- a/export/securedrop_export/__init__.py +++ b/export/securedrop_export/__init__.py @@ -1 +1 @@ -__version__ = "0.13.1" +__version__ = "0.13.2"