Skip to content
Snippets Groups Projects
Commit 7043e9c9 authored by Régis Witz's avatar Régis Witz :speech_balloon:
Browse files

:bookmark: Version 1.0.2


Changelog:

* 'hera:json','hera:yaml': Attributes 'min' and 'max' are now integers instead of strings
* 'hera:xml': Fix some import/export edge cases issues
* Update API documentation, and document governance model
* Improve tests coverage

Changements apportés par cette version :

* 'hera:json','hera:yaml': Les attributs 'min' et 'max' deviennent des entiers
* 'hera:xml': Corrige certaines anomalies relatives à l'import/export
* Améliorations de la documentation de l'API, documentation du modèle de gouvernance
* Amélioration de la couverture de code par les tests

Signed-off-by: default avatarRégis Witz <regis.witz@cnrs.fr>
parent d81bf956
Branches main
Tags 1.0.2
No related merge requests found
Pipeline #54626 passed
......@@ -48,7 +48,7 @@ from .heimdall import discover
discover()
__version__ = '1.0.1'
__version__ = '1.0.2'
__all__ = [
'getDatabase',
'createDatabase',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment