Skip to content

Commit 969edcd

Browse files
Merge pull request #93 from 1Password/release/v1.4.1
Prepare Release - v1.4.1
2 parents a741a44 + 99ae41a commit 969edcd

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@
1212

1313
---
1414

15+
[//]: # (START/v1.4.1)
16+
# v1.4.1
17+
18+
Credits to @mjpieters for the contribution! :rocket:
19+
20+
## Fixes
21+
* Undeclared dependency: six (in generated code). {#85}
22+
* Leave JSON encoding to HTTPX. {#87}
23+
* Correct function name in documentation. {#90}
24+
* Update example main.py to handle 'n' input. {#91}
25+
26+
---
27+
1528
[//]: # "START/v1.4.0"
1629

1730
# v1.4.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "onepasswordconnectsdk"
3-
version = "1.4.0"
3+
version = "1.4.1"
44
description = "Python SDK for 1Password Connect"
55
license = "MIT"
66
authors = ["1Password"]

0 commit comments

Comments
 (0)