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

Commit

Permalink
Update PyYAML to 5.1.
Browse files Browse the repository at this point in the history
Fixes #52.
  • Loading branch information
rmol committed Apr 12, 2019
1 parent cb7acd3 commit 219d72e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 15 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

0.0.7
-----

* Update PyYAML dependency to 5.1

0.0.6
-----

Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ pytest = "*"
pytest-cov = "*"
sphinx = "*"
vcrpy = "*"
pyyaml = ">=5.1,<6"
29 changes: 15 additions & 14 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0.6",
version="0.0.7",
author="Kushal Das",
author_email="kushal@freedom.press",
description="Python client API to access SecureDrop Journalist REST API",
Expand Down

0 comments on commit 219d72e

Please sign in to comment.