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

securedrop-sdk 0.2.0 #142

Merged
merged 1 commit into from
Oct 21, 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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

0.2.0
-----

* Support "users" endpoint (#134).
* Update urllib3 from 1.25.8 to 1.25.10 (#136).
* Support "seen" endpoint (#140).
* Add "seen_by" as an attribute on the Submission and Reply objects (#140).

0.1.1
-----

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.1.1",
version="0.2.0",
author="Freedom of the Press Foundation",
author_email="securedrop@freedom.press",
description="Python client API to access SecureDrop Journalist REST API",
Expand Down