Conversation
There was a problem hiding this comment.
Pull request overview
This pull request releases version 2.1.1 of the seekpath package, updating version metadata and adding a new maintainer.
Changes:
- Version bumped from 2.1.0 to 2.1.1 in
seekpath/__init__.py - Added maintainer information for Timo Reents
- Changed version handling in
pyproject.tomlto use dynamic versioning - Added CHANGELOG entry documenting changes in v2.1.1
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| seekpath/init.py | Updated version to 2.1.1, added maintainer information (Timo Reents) |
| pyproject.toml | Changed version field to dynamic versioning instead of hardcoded value |
| CHANGELOG.md | Added v2.1.1 section documenting the changes in this release |
Comments suppressed due to low confidence (1)
pyproject.toml:39
- The Downloads URL still references v2.1.0 but should be updated to v2.1.1 to match the new release version.
Downloads = "https://github.com/giovannipizzi/seekpath/archive/v2.1.0.tar.gz"
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@giovannipizzi I updated the CHANGELOG.md as discussed (also adding a few sentences about the previous release).
In the end, I decided to do a patch release, as the |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@giovannipizzi I applied the changes as discussed |
giovannipizzi
left a comment
There was a problem hiding this comment.
I fixed the PR title to 2.2.0 as agreed. Thanks Timo!
No description provided.