Skip to content

Commit ba61c4c

Browse files
committed
Fix inaccurate wording.
1 parent 33043d5 commit ba61c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ informational version string `VERSION` set by `bdbag` when it is running in a "f
66
In such cases, `VERSION` is set to something like `1.7.1-frozen`, which is not `PEP-440` compliant.
77
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.
88

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

1212
## 1.7.0

0 commit comments

Comments
 (0)