Skip to content

Commit 7c482a4

Browse files
author
benoit-cty
committed
bump
1 parent 2396530 commit 7c482a4

4 files changed

Lines changed: 867 additions & 4327 deletions

File tree

codecarbon/_version.py

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

docs/edit/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
# The full version, including alpha/beta/rc tags
2626

27-
release = "3.2.2"
27+
release = "3.2.3"
2828

2929
# -- General configuration ---------------------------------------------------
3030

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "codecarbon"
77
dynamic = ["version"]
88
readme = "README.md"
9-
requires-python = ">=3.7"
9+
requires-python = ">=3.8"
1010
license = "MIT"
1111
license-files = ["LICENSE"]
1212
authors = [
@@ -18,7 +18,6 @@ authors = [
1818
]
1919
classifiers = [
2020
"Natural Language :: English",
21-
"Programming Language :: Python :: 3.7",
2221
"Programming Language :: Python :: 3.8",
2322
"Programming Language :: Python :: 3.9",
2423
"Programming Language :: Python :: 3.10",
@@ -122,7 +121,7 @@ dev = [
122121
]
123122
doc = [
124123
"sphinx",
125-
"sphinx_rtd_theme>=2.0.0",
124+
"sphinx_rtd_theme>=3.1.0",
126125
]
127126

128127
[project.optional-dependencies]
@@ -193,7 +192,7 @@ docs = "cd docs/edit && make docs"
193192
carbonboard = "python codecarbon/viz/carbonboard.py"
194193

195194
[tool.bumpver]
196-
current_version = "3.2.2"
195+
current_version = "3.2.3"
197196
version_pattern = "MAJOR.MINOR.PATCH[_TAGNUM]"
198197

199198
[tool.bumpver.file_patterns]

0 commit comments

Comments
 (0)