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
It looks like we accidentally published the 6.1.0 release as a minor version upgrade, but then backtracked and published it as a major version bump with 7.0.0. We then removed the v6.1.0 tag/release from this repo, but it doesn't seem like v6.1.0 was yanked from PyPI though.
You can confirm that the files are pretty much identical by installing them both and checking the diff:
❯ pip install ntc-templates==6.1.0 --target ntc-templates-6.1.0
❯ pip install ntc-templates==7.0.0 --target ntc-templates-7.0.0
❯ diff --recursive ntc-templates-6.1.0 ntc-templates-7.0.0 --exclude "__pycache__"
Only in ntc-templates-6.1.0: ntc_templates-6.1.0.dist-info
Only in ntc-templates-7.0.0: ntc_templates-7.0.0.dist-info
The text was updated successfully, but these errors were encountered:
PyPi has a 6.1.0 version for ntc-templates, which seems to have been a release that was triggered but then removed from this repo:
PyPI link: https://pypi.org/project/ntc-templates/6.1.0/
Workflow: https://github.com/networktocode/ntc-templates/actions/runs/10925016267
When looking at the list of CI workflow runs, there was one run for the v6.1.0 tag/release followed by the v7.0.0 release (33 mins afterward):
https://github.com/networktocode/ntc-templates/actions/runs/10925591395
It looks like we accidentally published the 6.1.0 release as a minor version upgrade, but then backtracked and published it as a major version bump with 7.0.0. We then removed the v6.1.0 tag/release from this repo, but it doesn't seem like v6.1.0 was yanked from PyPI though.
You can confirm that the files are pretty much identical by installing them both and checking the
diff
:The text was updated successfully, but these errors were encountered: