Skip to content

Commit df91280

Browse files
github-actions[bot]gierschv
authored andcommitted
chore(master): release 1.1.3
1 parent bfde710 commit df91280

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## [1.1.3](https://github.com/FlatIO/api-client-python/compare/v1.1.2...v1.1.3) (2024-03-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **gh:** try fixing version bump by please-release ([bfde710](https://github.com/FlatIO/api-client-python/commit/bfde710d5a9dbaa900247af8478acf43645b5b84))
9+
* **release:** import version from flat_api ([4283976](https://github.com/FlatIO/api-client-python/commit/4283976e180aa85425cabc5f624fa9bbc73be911))
10+
311
## [1.1.2](https://github.com/FlatIO/api-client-python/compare/v1.1.1...v1.1.2) (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.2"
18+
__version__ = "1.1.3"
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.2"
3+
version = "1.1.3"
44
description = "Flat API"
55
authors = ["Flat <[email protected]>"]
66
license = "NoLicense"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setup(
2929
name="flat_api",
30-
version="1.1.2",
30+
version="1.1.3",
3131
description="Flat API Client",
3232
author="The Flat Team (https://flat.io)",
3333
author_email="[email protected]",

0 commit comments

Comments
 (0)