Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

Updates to 0.0.13 release #113

Merged
merged 1 commit into from
Feb 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

0.0.13
------

* Bug fix: return RequestTimeoutError and ServerConnectionError exceptions instead of AuthError, no longer raise KeyError when a file fails to download via the proxy (#109)
* Adds test cases and uses pip-tools for development dependency management (#112).

0.0.12
------

* Updates qrexec policy keyword character (#102).
* Expose journalist first and last name through the API (#105).

0.0.11
------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="securedrop-sdk",
version="0.0.12",
version="0.0.13",
author="Freedom of the Press Foundation",
author_email="[email protected]",
description="Python client API to access SecureDrop Journalist REST API",
Expand Down