File tree 3 files changed +10
-2
lines changed 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
11
## [ 1.1.1] ( https://github.com/FlatIO/api-client-python/compare/v1.1.0...v1.1.1 ) (2024-03-08)
4
12
5
13
Original file line number Diff line number Diff line change 15
15
""" # noqa: E501
16
16
17
17
18
- __version__ = "1.1.0 "
18
+ __version__ = "1.1.2 "
19
19
20
20
# import apis into sdk package
21
21
from flat_api .api .account_api import AccountApi
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " flat_api"
3
- version = " 1.1.0 "
3
+ version = " 1.1.2 "
4
4
description = " Flat API"
5
5
authors = [
" Flat <[email protected] >" ]
6
6
license = " NoLicense"
You can’t perform that action at this time.
0 commit comments