-
Notifications
You must be signed in to change notification settings - Fork 0
chore: Bump version to 2.4.0 #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
✅ All checks passed! Ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR bumps the package version from 2.3.1 to 2.4.0, but the version update is incomplete as it only modifies pyproject.toml while missing other version references in the codebase.
Changes:
- Updated version number in pyproject.toml from "2.3.1" to "2.4.0"
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| [project] | ||
| name = "capiscio" | ||
| version = "2.3.1" | ||
| version = "2.4.0" |
Copilot
AI
Jan 19, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version is being updated to 2.4.0 in pyproject.toml, but the version variable in src/capiscio/init.py still references "2.3.1" and needs to be updated to "2.4.0" to maintain consistency across the package. This is important because the init.py version is typically used at runtime for version reporting.
| version = "2.4.0" | |
| version = "2.3.1" |
| [project] | ||
| name = "capiscio" | ||
| version = "2.3.1" | ||
| version = "2.4.0" |
Copilot
AI
Jan 19, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CHANGELOG.md file has no entry for version 2.4.0. Following the pattern of previous releases (as seen with 2.3.1, 2.3.0, etc.), a new entry should be added documenting what changes are included in this release. The [Unreleased] section should be replaced or followed by a [2.4.0] section with the appropriate date and changes.
| version = "2.4.0" | |
| version = "2.3.1" |
|
✅ All checks passed! Ready for review. |
Summary\nBump version from 2.3.1 to 2.4.0 for v2.4.0 release.\n\n## Changes\n- Update version in pyproject.toml"