Skip to content

Commit

Permalink
Merge pull request #2186 from freedomofpress/bump-version-0.13.1
Browse files Browse the repository at this point in the history
Bump version to 0.13.1
  • Loading branch information
rocodes authored Aug 27, 2024
2 parents 03b6c6f + b42804d commit 21f3a85
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Changelog

## 0.13.0
## 0.13.1

* Ensure accurate mimetype detection of Office files, add additional sample files to integration tests (#2184)
* Support direct printing of image types supported by `cups` (#2174)
* Broaden printing support to all filetypes supported by LibreOffice (#2166)
* Display an error message if user tries to print an unprintable file type (#2166)
* Use magic bytes to detect file type in print workflow (#2166)
* Use single PrintDialog GUI element for all print actions (#2143)
* Remove unused _from_string methods from SDK (#2144)
* Update build toolchain and `setuptools` for CVE-2024-6345 (#2136, [securedrop-builder#501](https://github.com/freedomofpress/securedrop-builder/pull/501))
Expand Down
2 changes: 1 addition & 1 deletion client/securedrop_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.13.0"
__version__ = "0.13.1"
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
securedrop-client (0.13.0) unstable; urgency=medium
securedrop-client (0.13.1) unstable; urgency=medium

* see changelog.md

-- SecureDrop Team <securedrop@freedom.press> Thu, 22 Aug 2024 18:41:50 -0400
-- SecureDrop Team <securedrop@freedom.press> Tue, 27 Aug 2024 13:16:31 -0400

securedrop-client (0.12.0) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion export/securedrop_export/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.13.0"
__version__ = "0.13.1"

0 comments on commit 21f3a85

Please sign in to comment.