Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loco-philippe committed Jan 5, 2024
1 parent a2adb59 commit 045a3d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Project1/
.gitignore
example/test.csv
uses/test.csv
NTV.egg-info/
json_ntv.egg-info/
1 change: 1 addition & 0 deletions documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion documentation/release/1.x.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 045a3d1

Please sign in to comment.