Skip to content

Commit

Permalink
Merge pull request #93 from 1Password/release/v1.4.1
Browse files Browse the repository at this point in the history
Prepare Release - v1.4.1
  • Loading branch information
volodymyrZotov authored Jan 8, 2024
2 parents a741a44 + 99ae41a commit 969edcd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@

---

[//]: # (START/v1.4.1)
# v1.4.1

Credits to @mjpieters for the contribution! :rocket:

## Fixes
* Undeclared dependency: six (in generated code). {#85}
* Leave JSON encoding to HTTPX. {#87}
* Correct function name in documentation. {#90}
* Update example main.py to handle 'n' input. {#91}

---

[//]: # "START/v1.4.0"

# v1.4.0
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.4.0"
version = "1.4.1"
description = "Python SDK for 1Password Connect"
license = "MIT"
authors = ["1Password"]
Expand Down

0 comments on commit 969edcd

Please sign in to comment.