diff --git a/codecarbon/_version.py b/codecarbon/_version.py index 78e82ed1c..b57bdcdb6 100644 --- a/codecarbon/_version.py +++ b/codecarbon/_version.py @@ -1 +1 @@ -__version__ = "3.2.8" +__version__ = "3.2.9" diff --git a/docs/how-to/contributing.md b/docs/how-to/contributing.md index 131fb02cc..243bb80d2 100644 --- a/docs/how-to/contributing.md +++ b/docs/how-to/contributing.md @@ -317,8 +317,6 @@ git push --force-with-lease - Create a PR bumping the version with `uv run bumpver update --patch`. For a release candidate, use `uv run bumpver update --set-version 3.0.0_rc1`. - Run `uv run python .github/pyproject_versions.py -c` to check version consistancy. - Update the dependencies with `uv sync --upgrade` -- Update the API dependencies with `cd carbonserver && uv sync --upgrade && cd ..` -- Export API requirements with `uv run task carbonserver-api-requirements` - [Build Documentation](#build-documentation) with `uv run --only-group doc task docs`. - Push the changes. - Merge the PR. diff --git a/pyproject.toml b/pyproject.toml index 1f7c29c5c..d4999aba8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -151,7 +151,7 @@ docs-check-drift = "python scripts/check-docs-drift.py" carbonboard = "python codecarbon/viz/carbonboard.py" [tool.bumpver] -current_version = "3.2.8" +current_version = "3.2.9" version_pattern = "MAJOR.MINOR.PATCH[_TAGNUM]" [tool.bumpver.file_patterns]