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

Commit f7425d8

Browse files
chore(release): 2.0.0 [skip ci]
## [2.0.0](seamapi/python@v1.6.0...v2.0.0) (2022-10-12) ### ⚠ BREAKING CHANGES * thrown exceptions will now be slightly different ### Features * Merge pull request [#53](seamapi/python#53) from seamapi/feat-centralized-requests ([000a164](seamapi/python@000a164))
1 parent 000a164 commit f7425d8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [2.0.0](https://github.com/seamapi/python/compare/v1.6.0...v2.0.0) (2022-10-12)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* thrown exceptions will now be slightly different
12+
13+
### Features
14+
15+
* Merge pull request [#53](https://github.com/seamapi/python/issues/53) from seamapi/feat-centralized-requests ([000a164](https://github.com/seamapi/python/commit/000a164883e4517f38e186f697326a5fd503d432))
16+
617
## [1.6.0](https://github.com/seamapi/python/compare/v1.5.0...v1.6.0) (2022-10-08)
718

819

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.6.0"
3+
version = "2.0.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)