forget
forget copied to clipboard
Bump versioneer from 0.21 to 0.22
Bumps versioneer from 0.21 to 0.22.
Changelog
Sourced from versioneer's changelog.
Release 0.22 (07-Mar-2022)
This release fixes failures in Windows related to different handling of asterisk characters depending on the shell and the presence of a prefix.
This release explicitly has been tested on Python 3.10 and is the final release that will support Python 3.6 or distutils.
With thanks to John Wodder, Mathijs van der Vlies and Christian Schulze for their contributions.
- FIX: Unset
GIT_DIR
environment variable while retrieving version information from git (#280)- FIX: Hide console window if pythonw.exe is used (#285)
- FIX: Broken tag prefix on Windows and add CI (#283)
- FIX: Default to setuptools, only falling back to distutils (#276)
- TEST: Verify and note Python 3.10 support (#272)
- MNT: Run CI weekly to catch upstream deprecations quickly (#281)
Commits
3600de0
REL: 0.22de0c35d
Merge pull request #280 from effigies/fix/override_GIT_DIR156afd1
TEST: Sync fake_run_command protocol with real run_command3b0169c
Use theenv
argument ofrun_command
to temporarily removeGIT_DIR
from ...6b5fdca
FIX: Locally unset GIT_DIR during call to git_pieces_from_vcs725ea8d
TEST: GIT_DIR being set should not interfere with normal operatione132482
Merge pull request #285 from CSchulzeTLK/master7fe3320
hide console window if pythonw.exe is used2ec6718
Merge pull request #283 from mathijsvdv/maint/windows60e8b51
STY: Minor adjustments- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)