Bump version to 0.2.2 - #186
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release-prep for 0.2.2, which ships two post-0.2.1 fixes already merged to main:
pamica.__version__now derives from package metadata (was reporting the stale0.1.2even in the 0.2.1 wheel).pyAMICA->pAMICAURL canonicalization after the GitHub repo rename (fixes the 404'deeglab.org/pyAMICAdocs links, updates repo URLs / badge / resolver default).Adds the 0.2.2 changelog section and syncs the version across
pyproject.toml,CITATION.cff,.zenodo.jsonanduv.lock.Release plan (after merge)
Tag
v0.2.2on the release commit and cut a GitHub Release, which republishes to PyPI (with the corrected__version__and links) and re-attaches the native binaries.Test plan
sync_version.py check 0.2.2passes; all four files agree.uv build->pamica-0.2.2;twine checkPASSED; built package reports__version__ == 0.2.2.mkdocs build --strictclean.