We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CHANGELOG
1 parent 3542477 commit cb9cfa2Copy full SHA for cb9cfa2
CHANGELOG.md
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [0.11.2](https://github.com/fabiocaccamo/python-codicefiscale/releases/tag/0.11.2) - 2026-01-08
8
+- Fix `pipx` support. #245
9
+
10
## [0.11.1](https://github.com/fabiocaccamo/python-codicefiscale/releases/tag/0.11.1) - 2026-01-07
11
- Add `pipx` support. #245
12
- Bump actions.
src/codicefiscale/metadata.py
@@ -7,4 +7,4 @@
__email__ = "[email protected]"
__license__ = "MIT"
__title__ = "codicefiscale"
-__version__ = "0.11.1"
+__version__ = "0.11.2"
0 commit comments