Skip to content

Commit

Permalink
chore(master): release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and gierschv committed Mar 8, 2024
1 parent bfde710 commit df91280
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.3](https://github.com/FlatIO/api-client-python/compare/v1.1.2...v1.1.3) (2024-03-08)


### Bug Fixes

* **gh:** try fixing version bump by please-release ([bfde710](https://github.com/FlatIO/api-client-python/commit/bfde710d5a9dbaa900247af8478acf43645b5b84))
* **release:** import version from flat_api ([4283976](https://github.com/FlatIO/api-client-python/commit/4283976e180aa85425cabc5f624fa9bbc73be911))

## [1.1.2](https://github.com/FlatIO/api-client-python/compare/v1.1.1...v1.1.2) (2024-03-08)


Expand Down
2 changes: 1 addition & 1 deletion flat_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
""" # noqa: E501


__version__ = "1.1.2"
__version__ = "1.1.3"

# import apis into sdk package
from flat_api.api.account_api import AccountApi
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flat_api"
version = "1.1.2"
version = "1.1.3"
description = "Flat API"
authors = ["Flat <[email protected]>"]
license = "NoLicense"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name="flat_api",
version="1.1.2",
version="1.1.3",
description="Flat API Client",
author="The Flat Team (https://flat.io)",
author_email="[email protected]",
Expand Down

0 comments on commit df91280

Please sign in to comment.