Skip to content

Commit b9f3765

Browse files
committed
Update CHANGELOG and version.
1 parent a754ac4 commit b9f3765

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.10.4](https://github.com/fabiocaccamo/python-codicefiscale/releases/tag/0.10.4) - 2025-08-26
8+
- Update countries and municipalities data.
9+
- Bump requirements and pre-commit hooks.
10+
711
## [0.10.3](https://github.com/fabiocaccamo/python-codicefiscale/releases/tag/0.10.3) - 2024-09-30
812
- Add missing country and municipalities. (by [@tommysolinas](https://github.com/tommysolinas) in #198)
913
- Add `pypy-3.10` to test matrix.

src/codicefiscale/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
__email__ = "fabio.caccamo@gmail.com"
88
__license__ = "MIT"
99
__title__ = "codicefiscale"
10-
__version__ = "0.10.3"
10+
__version__ = "0.10.4"

0 commit comments

Comments
 (0)