Skip to content

Commit 85945c4

Browse files
committed
Bump version: 0.1.4 → 0.1.5
1 parent b7d438a commit 85945c4

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.1.4"
2+
current_version = "0.1.5"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.1.5] - 2025-12-02
8+
### Added
9+
10+
- Added missing elements for get_partner endpoint documentation.
11+
712
## [0.1.4] - 2025-11-29
813
### Added
914

@@ -78,6 +83,7 @@ All notable changes to this project will be documented in this file.
7883
- Contributing: Development Setup, Testing, Code Style
7984
- Changelog
8085

86+
[0.1.5]: https://github.com/inntran/tmo-api-python/releases/tag/v0.1.5
8187
[0.1.4]: https://github.com/inntran/tmo-api-python/releases/tag/v0.1.4
8288
[0.1.3]: https://github.com/inntran/tmo-api-python/releases/tag/v0.1.3
8389
[0.1.2]: https://github.com/inntran/tmo-api-python/releases/tag/v0.1.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tmo-api"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "Wrapper for The Mortgage Office API"
55
readme = "README.md"
66
license = { text = "Apache-2.0" }

src/tmo_api/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
__all__ = ["__version__"]
44

55
# Keep this in sync with pyproject.toml
6-
__version__ = "0.1.4"
6+
__version__ = "0.1.5"

0 commit comments

Comments
 (0)