From f23e470879d6839527c0926c2537eba1611b520e Mon Sep 17 00:00:00 2001 From: Joris Coenen Date: Tue, 13 Apr 2021 13:23:39 +0200 Subject: [PATCH] Prepare release v1.0.1 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed377e3..d54a80c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,15 @@ --- +[//]: # (START/v1.0.1) +# v1.0.1 + +## Fixes +* Code snippet for setting up client now functions correctly. +* Package correctly shows information like readme and the GitHub repository on PyPi. + +--- + [//]: # (START/v1.0.0) # v1.0.0 diff --git a/README.md b/README.md index 41e22f1..1ce1574 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ $ pip install onepasswordconnectsdk To install a specific release of the 1Password Connect Python SDK use the following command: ```bash -$ pip install onepasswordconnectsdk==1.0.0 +$ pip install onepasswordconnectsdk==1.0.1 ``` ## Usage diff --git a/pyproject.toml b/pyproject.toml index b8cc54a..3daf7bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "onepasswordconnectsdk" -version = "1.0.0" +version = "1.0.1" description = "Python SDK for 1Password Connect" license = "MIT" authors = ["1Password"]