From 045a3d1b80c62ac0ecb0e32793736bd2f3383d41 Mon Sep 17 00:00:00 2001 From: Philippe THOMY Date: Fri, 5 Jan 2024 22:39:41 +0100 Subject: [PATCH] v1.2.0 --- .gitignore | 2 +- documentation/README.md | 1 + documentation/release/1.x.rst | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 91209cb..2362fb7 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,4 @@ Project1/ .gitignore example/test.csv uses/test.csv -NTV.egg-info/ \ No newline at end of file +json_ntv.egg-info/ \ No newline at end of file diff --git a/documentation/README.md b/documentation/README.md index 46096a4..9ab2d66 100644 --- a/documentation/README.md +++ b/documentation/README.md @@ -13,6 +13,7 @@ The documentation presents : - API - [dev](https://loco-philippe.github.io/NTV/json_ntv.html) + - [v1.1.0](https://loco-philippe.github.io/NTV/v1.2.0/json_ntv.html) - [v1.1.0](https://loco-philippe.github.io/NTV/v1.1.0/json_ntv.html) - [v1.0.1](https://loco-philippe.github.io/NTV/v1.0.1/json_ntv.html) - [v1.0.0](https://loco-philippe.github.io/NTV/v1.0.0/json_ntv.html) diff --git a/documentation/release/1.x.rst b/documentation/release/1.x.rst index 31d2165..866063d 100644 --- a/documentation/release/1.x.rst +++ b/documentation/release/1.x.rst @@ -11,7 +11,7 @@ Version 1.x - update NTV_global_namespace - new management of Namespace files .ini - separation of NTVtype (attribute of NTV entity) and Datatype (data type used in NTVtype) - - add `from_file` function for creating a custom Namespace and all associated Namespace and Datatype + - add `from_file` function for creating a custom Namespace and all childs Namespace and Datatype 1.1.0 (2023-11-23) diff --git a/setup.py b/setup.py index 00a1923..df7516c 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="json_ntv", - version="1.1.0", + version="1.2.0", description="JSON-NTV a semantic format for interoperability", long_description=long_description, long_description_content_type="text/markdown",