3.6.6 #43
call518
announced in
Announcements
3.6.6
#43
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Release Notes — v3.6.6
Release Date: 2026-04-30
What's Changed
Build & Packaging
setuptools_scmversioning configuration (pyproject.toml)local_schemefromno-local-versiontonode-and-date, which generates version strings like1.0.1.dev2+gabcdef.d20260430for non-tagged commits.version_scheme = "no-guess-dev"(commented out), restoring the defaultguess-next-devbehavior that auto-generates development versions (e.g.,1.0.1.dev2+gabcdef) for commits made after a tag.fallback_version = "0.0.0"to provide a safe default when version cannot be determined from the git tag.version_schemeandlocal_schemeoptions for future reference.Dependencies
pre-commit >= 4.6.0as a project dependency.Documentation
README.md.Full Changelog
3.6.5 → 3.6.6
This discussion was created from the release 3.6.6.
Beta Was this translation helpful? Give feedback.
All reactions