Merge branch 'master' into taxonomy

This commit is contained in:
Eric Coissac
2024-12-20 20:06:57 +01:00
20 changed files with 286 additions and 54 deletions

View File

@ -7,8 +7,9 @@ import (
// TODO: The version number is extracted from git. This induces that the version
// corresponds to the last commit, and not the one when the file will be
// commited
var _Commit = "abfa8f3"
var _Version = "Release 4.2.0"
var _Commit = "39dd3e3"
var _Version = "Release 4.3.0"
// Version returns the version of the obitools package.
//