From 77679213dab3b45ff3c5a3603b79892b9b050ac2 Mon Sep 17 00:00:00 2001 From: redshiftzero Date: Thu, 18 Oct 2018 16:23:13 -0700 Subject: [PATCH] securedrop-sdk 0.0.2 --- CHANGELOG.md | 13 +++++++++++++ setup.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6149d21 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +Changelog +========= + +0.0.2 +----- + +* Support SDK use in a Qubes vault AppVM via securedrop-proxy (#21). +* Add journalist UUID as an attribute on the Reply object (#19). + +0.0.1 +----- + +* Initial alpha release. diff --git a/setup.py b/setup.py index 4a865e1..c3a0a4f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="securedrop-sdk", - version="0.1.0", + version="0.0.2", author="Kushal Das", author_email="kushal@freedom.press", description="Python client API to access SecureDrop Journalist REST API",