File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.11.0] ( https://github.com/fabiocaccamo/python-codicefiscale/releases/tag/0.11.0 ) - 2025-12-10
8+ - Add ` Python 3.14 ` support.
9+ - Fix birthplace encoding/decoding when the municipality has been created after the birthdate. #210 #213
10+ - Fix decoding for people over 100 years old. #203
11+ - Update countries and municipalities data.
12+ - Bump requirements and pre-commit hooks.
13+
714## [ 0.10.4] ( https://github.com/fabiocaccamo/python-codicefiscale/releases/tag/0.10.4 ) - 2025-08-26
815- Update countries and municipalities data.
916- Bump requirements and pre-commit hooks.
Original file line number Diff line number Diff line change 77__email__ = "fabio.caccamo@gmail.com"
88__license__ = "MIT"
99__title__ = "codicefiscale"
10- __version__ = "0.10.4 "
10+ __version__ = "0.11.0 "
You can’t perform that action at this time.
0 commit comments