diff --git a/CHANGELOG.md b/CHANGELOG.md index e86e703..1170d27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # New in version UNRELEASED +New in version 0.1.7 + * Allow ranges of decimal digits in some fields, to match specifications more closely * Added `allegati` subcommand to list and extract attachments. See #32 diff --git a/README.md b/README.md index 8fae0b3..ed77c9a 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,6 @@ XSLT stylesheets for displaying fatture: # Copyright -Copyright 2019-2022 Truelite S.r.l. +Copyright 2019-2024 Truelite S.r.l. This software is released under the Apache License 2.0 diff --git a/publiccode.yml b/publiccode.yml index f77b8cd..ba56252 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -5,8 +5,8 @@ publiccodeYmlVersion: '0.2' name: A38 url: 'https://github.com/Truelite/python-a38.git' -softwareVersion: 0.1.6 -releaseDate: '2022-04-01' +softwareVersion: 0.1.7 +releaseDate: '2024-01-10' inputTypes: - text/xml outputTypes: diff --git a/setup.py b/setup.py index 8d2ee16..2ff1fce 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def parse_requirements(filename): setup( name="a38", - version="0.1.6", + version="0.1.7", description="parse and generate Italian Fattura Elettronica", long_description=long_description, long_description_content_type='text/markdown',