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

Commit 5f79497

Browse files
committed
Updates to 0.0.13 release
1 parent 89af60b commit 5f79497

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
=========
33

4+
0.0.13
5+
------
6+
7+
* Bug fix: return RequestTimeoutError and ServerConnectionError exceptions instead of AuthError, no longer raise KeyError when a file fails to download via the proxy (#109)
8+
* Adds test cases and uses pip-tools for development dependency management (#112).
9+
10+
0.0.12
11+
------
12+
13+
* Updates qrexec policy keyword character (#102).
14+
* Expose journalist first and last name through the API (#105).
15+
416
0.0.11
517
------
618

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="securedrop-sdk",
8-
version="0.0.12",
8+
version="0.0.13",
99
author="Freedom of the Press Foundation",
1010
author_email="[email protected]",
1111
description="Python client API to access SecureDrop Journalist REST API",

0 commit comments

Comments
 (0)