Skip to content

Conversation

@beonde
Copy link
Member

@beonde beonde commented Jan 19, 2026

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"

Copilot AI review requested due to automatic review settings January 19, 2026 01:03
@github-actions
Copy link

✅ All checks passed! Ready for review.

Copy link
Contributor

Copilot AI left a 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"
Copy link

Copilot AI Jan 19, 2026

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.

Suggested change
version = "2.4.0"
version = "2.3.1"

Copilot uses AI. Check for mistakes.
[project]
name = "capiscio"
version = "2.3.1"
version = "2.4.0"
Copy link

Copilot AI Jan 19, 2026

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.

Suggested change
version = "2.4.0"
version = "2.3.1"

Copilot uses AI. Check for mistakes.
@github-actions
Copy link

✅ All checks passed! Ready for review.

@beonde beonde merged commit bea2aa3 into main Jan 19, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants