Skip to content

update changelog about version_option#1912

Merged
davidism merged 1 commit into
8.0.xfrom
version-name-changelog
May 19, 2021
Merged

update changelog about version_option#1912
davidism merged 1 commit into
8.0.xfrom
version-name-changelog

Conversation

@davidism

Copy link
Copy Markdown
Member

Better documentation of the change in #1582. The version is detected from the package name instead of the entry point name, so the Python package name must match the installed package name, or the installed name must be given with package_name=.

Checklist:

  • Add an entry in CHANGES.rst summarizing the change and linking to the issue.
  • Add .. versionchanged:: entries in any relevant code docs.
  • Run pre-commit hooks and fix any issues.
  • Run pytest and tox, no tests failed.

package name must match installed name, or be passed with package_name=
@davidism davidism added the docs label May 19, 2021
@davidism davidism modified the milestone: 8.0.1 May 19, 2021
@davidism davidism merged commit b131f71 into 8.0.x May 19, 2021
@davidism davidism deleted the version-name-changelog branch May 19, 2021 02:49
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Jun 3, 2021
@kdeldycke kdeldycke added this to the 8.0.1 milestone Aug 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

version_option doesn't automatically detect version anymore with click 8.0.0

2 participants