Skip to content

Commit

Permalink
chore(master): release 1.1.2
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 e130408 commit abe4b76
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 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.2](https://github.com/FlatIO/api-client-python/compare/v1.1.1...v1.1.2) (2024-03-08)


### Bug Fixes

* bump version to 1.1.0 ([5635ca7](https://github.com/FlatIO/api-client-python/commit/5635ca732a0ad6e671db5b7fd60f7ed5727b7b62))
* **gh:** missing action step id ([e130408](https://github.com/FlatIO/api-client-python/commit/e130408dd3fd9b937a3b5c3effb4b0ad21697ce0))

## [1.1.1](https://github.com/FlatIO/api-client-python/compare/v1.1.0...v1.1.1) (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.0"
__version__ = "1.1.2"

# 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.0"
version = "1.1.2"
description = "Flat API"
authors = ["Flat <developers@flat.io>"]
license = "NoLicense"
Expand Down

0 comments on commit abe4b76

Please sign in to comment.