chore: 0.15.0 - #144
Merged
Merged
Conversation
The changelog entry gets its number and its date. `pyproject.toml` already reads 0.15.0 and no tag exists. Two entries move published numbers. The bills probe must be re-run, because `assent_date` was not ISO. And the floor moves to Python 3.11, so an install on 3.10 now fails.
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.
The release entry for 0.15.0.
pyproject.tomlalready reads 0.15.0 andv0.15.0is free.Two things in this release change what a consumer sees.
assent_datewas not ISO. A two-year count of bills that became law returned 0 instead of 53. Anyone holding bill rows must re-run the probe over the same output directory; the repair reaches the rows already on disk.Checklist from
_org/versioning.md:pyproject.tomlreads 0.15.0.__version__resolves from installed metadata, so the two cannot drift..venv.git tag -lhas nov0.15.0.The tag is a separate ask and is not implied by merging this.