diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 61050adf..973d7110 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +v0.1.3 (2024-12-19) +------------------- + +- Add project requirements inside `pyproject.toml` to use the package as is +- Add a subfolder "craft" inside src to rename the package `antares.craft` for users +- Add `py.typed` file to avoid mypy issues in projects importing the package + v0.1.2 (2024-12-18) ------------------- diff --git a/pyproject.toml b/pyproject.toml index 921b2756..12295c25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "antares_craft" -version = "0.1.2" +version = "0.1.3" description = """Antares Craft python library under construction. It will allow to create, update and read antares studies.""" readme = "README.md" license = {file = "LICENSE"} diff --git a/sonar-project.properties b/sonar-project.properties index bc0ff3df..34319969 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,4 +1,4 @@ -sonar.projectVersion=0.1.2 +sonar.projectVersion=0.1.3 sonar.organization=antaressimulatorteam sonar.projectKey=AntaresSimulatorTeam_antares_craft sonar.sources=src