Skip to content

Commit

Permalink
Merge pull request #142 from freedomofpress/release/0.2.0
Browse files Browse the repository at this point in the history
securedrop-sdk 0.2.0
  • Loading branch information
emkll committed Oct 21, 2020
2 parents d0b04a7 + 9d7fb42 commit a7a8fe2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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

0 comments on commit a7a8fe2

Please sign in to comment.