Skip to content

Commit

Permalink
Prepare release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcoenen committed Apr 13, 2021
1 parent af95952 commit f23e470
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit f23e470

Please sign in to comment.