Skip to content

chore(build): restore default versioning setup#75

Merged
RedEye1605 merged 1 commit into
mainfrom
chore/versioning
Oct 25, 2025
Merged

chore(build): restore default versioning setup#75
RedEye1605 merged 1 commit into
mainfrom
chore/versioning

Conversation

@RedEye1605
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings October 25, 2025 03:17
Copy link
Copy Markdown

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 restores the default versioning setup by switching from dynamic version management (via setuptools_scm) back to a static version declaration in pyproject.toml.

Key changes:

  • Replaced dynamic version declaration with a static version "0.1.0"
  • Removed the fallback_version configuration from setuptools_scm

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread pyproject.toml
Comment on lines 81 to 83
[tool.setuptools_scm]
version_scheme = "post-release"
local_scheme = "no-local-version"
Copy link

Copilot AI Oct 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The setuptools_scm configuration section is now obsolete since the project switched to static versioning. Consider removing this entire [tool.setuptools_scm] section to avoid confusion.

Copilot uses AI. Check for mistakes.
@RedEye1605 RedEye1605 merged commit 4802c30 into main Oct 25, 2025
7 checks passed
@RedEye1605 RedEye1605 deleted the chore/versioning branch October 25, 2025 03:19
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