Skip to content

Commit

Permalink
Fix inaccurate wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedarcy committed Jul 30, 2023
1 parent 33043d5 commit ba61c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ informational version string `VERSION` set by `bdbag` when it is running in a "f
In such cases, `VERSION` is set to something like `1.7.1-frozen`, which is not `PEP-440` compliant.
This was not an issue in previous releases due to the fact that the implementation used `pkg_resources.parse_version` which was not as strict.

The code in `upgrade_config()` has been changed to parse the `PEP-440` compliant version returned by `packaging.parse`
The code in `upgrade_config()` has been changed to parse the `PEP-440` compliant version returned by `distribution("bdbag").version` function from `importlib_metadata`,
rather than use the global string `VERSION`, which can still be (and is) used elsewhere for purely informational and descriptive purposes.

## 1.7.0
Expand Down

0 comments on commit ba61c4c

Please sign in to comment.