Update to 2.1.0 - #749
Merged
Merged
Conversation
The script still targeted `conda_package/recipe/meta.yaml`, which no longer exists since the recipe moved to the rattler-build v1 schema in `recipe.yaml`. Because a missing file is silently skipped, the recipe version was never bumped by the script. Target `recipe.yaml` and the `version` entry in its `context` block instead. Also tighten the `version:` regexes: `\s*$` under `re.MULTILINE` could consume the trailing newline and a following blank line, which deleted the blank line after the `context` block. Document the script in the releasing docs so that CITATION.cff is not missed again. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Bump the version and set the release date in CITATION.cff, the package's `__version_info__` and the conda recipe using `update_version.py`. Also add contributors with more than one commit who were missing from the author lists: Amrapalli Garanaik and Divya Jaganathan in CITATION.cff, and the larger set that `docs/authors.rst` had fallen behind on. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Also fix the version update tool and add some missing authors.