You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/sharon/work/bumpver/src/bumpver/config.py", line 478, in parse
return _parse_config(raw_cfg)
File "/home/sharon/work/bumpver/src/bumpver/config.py", line 377, in _parse_config
pep440_version = version.to_pep440(current_version)
File "/home/sharon/work/bumpver/src/bumpver/version.py", line 180, in to_pep440
return str(parse_version(version))
File "/home/sharon/work/bumpver/src/bumpver/version.py", line 16, in parse_version
return pkg_resources.parse_version(version)
File "/home/sharon/miniconda3/envs/bumpver_py39/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/version.py", line 197, in __init__
raise InvalidVersion(f"Invalid version: '{version}'")
The text was updated successfully, but these errors were encountered:
in packaging 23.0 the deprecated LegacyVersion was removed, see: pypa/packaging#321
So we have a failing tests:
and this is the traceback:
The text was updated successfully, but these errors were encountered: