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

Commit 234a7ab

Browse files
chore(release): 1.0.0 [skip ci]
## 1.0.0 (2022-04-11) ### Features * add release workflow ([5fd13f5](seamapi/python@5fd13f5))
1 parent 5fd13f5 commit 234a7ab

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
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See
4+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 1.0.0 (2022-04-11)
7+
8+
9+
### Features
10+
11+
* add release workflow ([5fd13f5](https://github.com/seamapi/python/commit/5fd13f5d3b941a3118345a98aa7deed54b10039a))

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 = "0.4.4"
3+
version = "1.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)