Skip to content

Commit 31b4dac

Browse files
authored
Merge pull request #1117 from mlco2/chore/release_3.2.4
Release v3.2.4
2 parents dfbd45a + 27ff5db commit 31b4dac

4 files changed

Lines changed: 381 additions & 381 deletions

File tree

.github/workflows/test-package.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,11 @@ on:
66
pull_request:
77
paths:
88
- "codecarbon/**"
9-
- "test/**"
9+
- "tests/**"
1010
- "pyproject.toml"
1111
- "uv.lock"
1212
push:
1313
branches: [master]
14-
paths:
15-
- "codecarbon/**"
16-
- "test/**"
17-
- "pyproject.toml"
18-
- "uv.lock"
1914

2015
jobs:
2116
python-test:

codecarbon/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.2.3"
1+
__version__ = "3.2.4"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ docs-check-drift = "python scripts/check-docs-drift.py"
146146
carbonboard = "python codecarbon/viz/carbonboard.py"
147147

148148
[tool.bumpver]
149-
current_version = "3.2.3"
149+
current_version = "3.2.4"
150150
version_pattern = "MAJOR.MINOR.PATCH[_TAGNUM]"
151151

152152
[tool.bumpver.file_patterns]

0 commit comments

Comments
 (0)