Releases: fabiocaccamo/python-codicefiscale
Releases · fabiocaccamo/python-codicefiscale
0.10.3
- Add missing country and municipalities. (by @tommysolinas in #198)
- Add
pypy-3.10
to test matrix.
0.10.2
- Updated
countries.json
andmunicipalities.json
data. - Added missing country to
countries-patch.json
. (by @tommysolinas in #195) - Added missing municipalities to
municipalities-patch.json
. (by @tommysolinas in #194) - Bump requirements and
pre-commit
hooks.
0.10.1
- Add
mypy
topre-commit
. - Update
mypy
config. - Update
tool.ruff
config. - Fix
pyproject
Ruff
conf warnings. - Updated
countries.json
andmunicipalities.json
data. - Bump requirements and pre-commit hooks.
0.9.1
0.9.0
- Add
Python 3.12
support. - Add possibility to validate code from the command line, eg.
python -m codicefiscale validate {code}
. - Add
codicefiscale.data
module with methods for exposing data. - Bump requirements, pre-commit hooks and actions.