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,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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " athm"
7- version = " 0.2.0b0 "
7+ version = " 0.2.0 "
88description = " A modern Python library for the ATH Móvil payment API"
99readme = " README.md"
1010license = { text = " MIT" }
@@ -195,7 +195,7 @@ ignore_errors = true
195195# Commitizen configuration
196196[tool .commitizen ]
197197name = " cz_conventional_commits"
198- version = " 0.2.0b0 "
198+ version = " 0.2.0 "
199199version_files = [
200200 " athm/__init__.py:__version__" ,
201201 " pyproject.toml:version" ,
You can’t perform that action at this time.
0 commit comments