Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 4a8f760

Browse files
chore(release): 1.4.0 [skip ci]
## [1.4.0](seamapi/python@v1.3.0...v1.4.0) (2022-09-19) ### Features * Merge pull request [#45](seamapi/python#45) from seamapi/implement-devices-delete ([b4be008](seamapi/python@b4be008)), closes [#36](seamapi/python#36) * Merge pull request [#46](seamapi/python#46) from seamapi/get-connected-account-by-email ([e247042](seamapi/python@e247042)), closes [#28](seamapi/python#28) ### Bug Fixes * Correct reference to Docker container ([077c005](seamapi/python@077c005)) * Merge pull request [#44](seamapi/python#44) from seamapi/fix-docker-reference ([e6d1365](seamapi/python@e6d1365))
1 parent e6d1365 commit 4a8f760

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.0](https://github.com/seamapi/python/compare/v1.3.0...v1.4.0) (2022-09-19)
7+
8+
9+
### Features
10+
11+
* Merge pull request [#45](https://github.com/seamapi/python/issues/45) from seamapi/implement-devices-delete ([b4be008](https://github.com/seamapi/python/commit/b4be00814820a609f0e0c09dc3c3a67526f0d656)), closes [#36](https://github.com/seamapi/python/issues/36)
12+
* Merge pull request [#46](https://github.com/seamapi/python/issues/46) from seamapi/get-connected-account-by-email ([e247042](https://github.com/seamapi/python/commit/e247042b05ea40a3cd78f1fba94a7a2be2d75cb0)), closes [#28](https://github.com/seamapi/python/issues/28)
13+
14+
15+
### Bug Fixes
16+
17+
* Correct reference to Docker container ([077c005](https://github.com/seamapi/python/commit/077c005e904b5c268deea0cd53f989e0a43ed03a))
18+
* Merge pull request [#44](https://github.com/seamapi/python/issues/44) from seamapi/fix-docker-reference ([e6d1365](https://github.com/seamapi/python/commit/e6d136516e8410f5220631b1e44bda7dcaa60716))
19+
620
## [1.3.0](https://github.com/seamapi/python/compare/v1.2.0...v1.3.0) (2022-09-19)
721

822

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 = "seamapi"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
description = "A Python Library for Seam's API https://getseam.com"
55
authors = ["Severin Ibarluzea <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)