Skip to content

Commit c1580a0

Browse files
committed
bump: version 0.2.0b0 → 0.2.0
1 parent 8993d40 commit c1580a0

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ _Initial release - see Unreleased section above for features_
1111
[Unreleased]: https://github.com/django-athm/athm-python/compare/v0.1.0...HEAD
1212
[0.1.0]: https://github.com/django-athm/athm-python/releases/tag/v0.1.0
1313

14+
## v0.2.0 (2025-11-19)
15+
16+
### Fix
17+
18+
- **client**: improve validation error message formatting
19+
1420
## v0.2.0b0 (2025-11-19)
1521

1622
### Feat

athm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
TransactionStatus,
2525
)
2626

27-
__version__ = "0.2.0b0"
27+
__version__ = "0.2.0"
2828
__author__ = "Raúl Negrón-Otero"
2929
__email__ = "raul.esteban.negron@gmail.com"
3030

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "athm"
7-
version = "0.2.0b0"
7+
version = "0.2.0"
88
description = "A modern Python library for the ATH Móvil payment API"
99
readme = "README.md"
1010
license = { text = "MIT" }
@@ -195,7 +195,7 @@ ignore_errors = true
195195
# Commitizen configuration
196196
[tool.commitizen]
197197
name = "cz_conventional_commits"
198-
version = "0.2.0b0"
198+
version = "0.2.0"
199199
version_files = [
200200
"athm/__init__.py:__version__",
201201
"pyproject.toml:version",

0 commit comments

Comments
 (0)