Skip to content

Commit da9e0ea

Browse files
Sourabhchrs93claude
andcommitted
fix: [AI-7435] coordinate version bump to 0.3.2 across all bumpversion files
Kilo Code review flagged that `.bumpversion.cfg` and `docs/conf.py` still reported `0.3.1`. Bump both to `0.3.2` so all files `bumpversion` tracks (`setup.py`, `docs/conf.py`, `src/datapilot/__init__.py`, `current_version`) stay coordinated — prevents Sphinx publishing a stale version and a future `bumpversion` `VersionNotFoundError`. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent fe1ea6b commit da9e0ea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.1
2+
current_version = 0.3.2
33
commit = True
44
tag = True
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
year = "2024"
1616
author = "Altimate Inc."
1717
copyright = f"{year}, {author}"
18-
version = release = "0.3.1"
18+
version = release = "0.3.2"
1919

2020
pygments_style = "trac"
2121
templates_path = ["."]

0 commit comments

Comments
 (0)