Changelog for python3-vcs-versioning: 2.3.2 -> 2.3.4 Source: CHANGELOG.md ## 2.3.4 (2026-09-03) ### Fixed - Ensure the vcs-versioning testsuite passes without setuptools-scm installed; the egg-info vs PKG-INFO discovery priority test moved to the setuptools-scm testsuite, which owns the egg-info entry point it needs. ([#1512](https://github.com/pypa/setuptools-scm/issues/1512)) ## 2.3.3 (2026-09-03) ### Fixed - The `semver-pep440` and `semver-pep440-release-branch` version schemes now keep the PEP 440 epoch of the tag they are derived from, instead of emitting a version that sorts below it. ([#1513](https://github.com/pypa/setuptools-scm/issues/1513))