File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ 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.9.0] ( https://github.com/fabiocaccamo/python-codicefiscale/releases/tag/0.9.0 ) - 2023-11-06
8+ - Add ` Python 3.12 ` support.
9+ - Add possibility to validate code from the command line, eg. ` python -m codicefiscale validate {code} ` .
10+ - Add ` codicefiscale.data ` module with methods for exposing data.
11+ - Bump requirements, pre-commit hooks and actions.
12+
713## [ 0.8.2] ( https://github.com/fabiocaccamo/python-codicefiscale/releases/tag/0.8.2 ) - 2023-10-02
814- Patch some wrong municipalities data. #123
915
Original file line number Diff line number Diff line change 7788__license__ = "MIT"
99__title__ = "codicefiscale"
10- __version__ = "0.8.2 "
10+ __version__ = "0.9.0 "
You can’t perform that action at this time.
0 commit comments