File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tool .bumpversion ]
2- current_version = " 0.1.1 "
2+ current_version = " 0.1.2 "
33parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
44serialize = [" {major}.{minor}.{patch}" ]
55search = " {current_version}"
Original file line number Diff line number Diff line change @@ -4,7 +4,19 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ## [ 0.1.2] - 2025-11-12
8+ ### Added
9+
10+ - Add inline documentations to partner and history endpoints.
11+ - Add returned data structures to documentations
12+
13+ ### Changed
14+ - Refactor documentation deployment steps to remove unnecessary push flags
15+
716## [ 0.1.1] - 2025-11-11
17+ ### Fixed
18+
19+ - Fix tmoapi loading postman collection path issue
820
921## [ 0.1.0] - 2025-11-10
1022### Added
@@ -45,6 +57,7 @@ All notable changes to this project will be documented in this file.
4557- Contributing: Development Setup, Testing, Code Style
4658- Changelog
4759
60+ [ 0.1.2 ] : https://github.com/inntran/tmo-api-python/releases/tag/v0.1.2
4861[ 0.1.1 ] : https://github.com/inntran/tmo-api-python/releases/tag/v0.1.1
4962[ 0.1.0 ] : https://github.com/inntran/tmo-api-python/releases/tag/v0.1.0
5063[ 0.0.1 ] : https://github.com/inntran/tmo-api-python/releases/tag/v0.0.1
Original file line number Diff line number Diff line change 11[project ]
22name = " tmo-api"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44description = " Wrapper for The Mortgage Office API"
55readme = " README.md"
66license = { text = " Apache-2.0" }
Original file line number Diff line number Diff line change 33__all__ = ["__version__" ]
44
55# Keep this in sync with pyproject.toml
6- __version__ = "0.1.1 "
6+ __version__ = "0.1.2 "
You can’t perform that action at this time.
0 commit comments