Skip to content

Commit c24df46

Browse files
committed
bump: Version 1.7.1 - Caricamento automatico .env
- Aggiornamento versione a 1.7.1 per funzionalità .env - Costante VERSION aggiornata nel codice - Setup.py aggiornato con nuova versione
1 parent eb670c9 commit c24df46

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

convert_akomantoso.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
MAX_FILE_SIZE_MB = 50
1818
MAX_FILE_SIZE_BYTES = MAX_FILE_SIZE_MB * 1024 * 1024
1919
DEFAULT_TIMEOUT = 30
20-
VERSION = '1.7.0'
20+
VERSION = '1.7.1'
2121

2222
def load_env_file():
2323
"""

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "akoma2md"
7-
version = "1.7.0"
7+
version = "1.7.1"
88
description = "Convertitore da XML Akoma Ntoso a formato Markdown con supporto URL articolo-specifici e ricerca AI"
99
readme = "README.md"
1010
requires-python = ">=3.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def read_readme():
1616

1717
setup(
1818
name="akoma2md",
19-
version="1.7.0",
19+
version="1.7.1",
2020
description="Convertitore da XML Akoma Ntoso a formato Markdown con supporto URL normattiva.it",
2121
long_description=read_readme(),
2222
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)