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

securedrop-sdk 0.0.2 #24

Merged
merged 1 commit into from
Oct 23, 2018
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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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.1.0",
version="0.0.2",
author="Kushal Das",
author_email="[email protected]",
description="Python client API to access SecureDrop Journalist REST API",
Expand Down