Releases: fabiocaccamo/python-codicefiscale
Releases · fabiocaccamo/python-codicefiscale
0.6.1
- Add
setup.cfg
(setuptools
declarative syntax) generated usingsetuptools-py2cfg
. - Add
pyupgrade
topre-commit
config. - Remove
tests/
from dist. - Updated
countries.json
andmunicipalities.json
data. - Improve update script error messages and fix formatting error.
- Bump requirements.
0.6.0
- Add
Python 3.11
support. - Add
pre-commit
. - Add
pypy
to CI. - Drop
Python < 3.8
support. - Updated
countries.json
and/ormunicipalities.json
data. - Replace
str.format
withf-strings
. - Remove encoding pragma.
- Decrease dependence on
CODICEFISCALE_RE
regex by naming subpatterns. - Fix decoding code with invalid birthplace code. #27
- Fix date of birth not honored when encoding and decoding (deleted municipalities only). #37 (#40)
- Bump requirements and GitHub actions versions.
0.5.0
0.4.0
- Dropped python 2.7 and python 3.5 support.
- Pinned requirements versions.
- Moved data to external json files and removed data python module.
- Updated
countries.json
andmunicipalities.json
data.
0.3.9
0.3.8
0.3.7
- Added docstrings to methods.
- Fixed tests import.
- Updated requirements.
- Added CircleCI workflow.