Skip to content

Commit abe4b76

Browse files
github-actions[bot]gierschv
authored andcommitted
chore(master): release 1.1.2
1 parent e130408 commit abe4b76

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.1.2](https://github.com/FlatIO/api-client-python/compare/v1.1.1...v1.1.2) (2024-03-08)
4+
5+
6+
### Bug Fixes
7+
8+
* bump version to 1.1.0 ([5635ca7](https://github.com/FlatIO/api-client-python/commit/5635ca732a0ad6e671db5b7fd60f7ed5727b7b62))
9+
* **gh:** missing action step id ([e130408](https://github.com/FlatIO/api-client-python/commit/e130408dd3fd9b937a3b5c3effb4b0ad21697ce0))
10+
311
## [1.1.1](https://github.com/FlatIO/api-client-python/compare/v1.1.0...v1.1.1) (2024-03-08)
412

513

flat_api/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
""" # noqa: E501
1616

1717

18-
__version__ = "1.1.0"
18+
__version__ = "1.1.2"
1919

2020
# import apis into sdk package
2121
from flat_api.api.account_api import AccountApi

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "flat_api"
3-
version = "1.1.0"
3+
version = "1.1.2"
44
description = "Flat API"
55
authors = ["Flat <[email protected]>"]
66
license = "NoLicense"

0 commit comments

Comments
 (0)