Skip to content

Commit e111d11

Browse files
committed
bump: version 0.4.0 → 0.4.1
1 parent 6042546 commit e111d11

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

1414

15+
## v0.4.1 (2025-12-10)
16+
17+
### Refactor
18+
19+
- **exceptions**: improve ValidationError with structured field errors
20+
1521
## v0.4.0 (2025-12-01)
1622

1723
### Feat

athm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
parse_webhook,
3535
)
3636

37-
__version__ = "0.4.0"
37+
__version__ = "0.4.1"
3838
__author__ = "Raúl Negrón-Otero"
3939
__email__ = "raul.esteban.negron@gmail.com"
4040

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.4.0"
7+
version = "0.4.1"
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.4.0"
198+
version = "0.4.1"
199199
version_files = [
200200
"athm/__init__.py:__version__",
201201
"pyproject.toml:version",

0 commit comments

Comments
 (0)