Prepare the 1.2.0 release - #69
Merged
Merged
Conversation
…This is the last change before tagging. ## What this does - Dates the CHANGELOG heading: `v1.2.0 (unreleased)` becomes `v1.2.0 (2026-09-17)`. - Records the quickstart and docs-homepage rewrite, which landed in #68 and was the one user-visible change with no CHANGELOG line. - Removes a stray blank line that split the `New` list in two. `pywaffle/_version.py` already reads `1.2.0`, so no version bump is needed. ## Release readiness, verified on this branch Built both artifacts and installed each into a clean venv, in both install modes, rather than trusting the suite: | | plain | `[icons]` | |---|---|---| | wheel | 10/10 checks, icons refused with the install hint | 10/10 checks, icons drew 50 glyphs | | sdist | 10/10 checks, icons refused with the install hint | 10/10 checks, icons drew 50 glyphs | Checks covered `waffle_chart()`, fractional blocks, `show_values`, `sort_values="DESC"`, `block_edge_color`, `background_color`, viridis being distinguishable, the zero-block guard, independent subplot legends, and `pywaffle.waffle` still being a module. Wheel metadata is what it should be: ``` Requires-Python: >=3.9 Requires-Dist: matplotlib>=3.6 Provides-Extra: icons Requires-Dist: fontawesomefree; extra == "icons" License-Expression: MIT ``` Also on current `master`: 234 tests pass, image comparisons pass, the suite is clean with deprecations as errors, `black` is clean, sphinx emits only its five pre-existing warnings, the examples regenerate, every referenced image exists, and every module still parses as Python 3.9. I also checked the CHANGELOG's own claims rather than assuming: `reload_font_awesome()` and `font_awesome_status()` are both exported, `MAX_BLOCKS` really is 10,000,000, and `font_awesome_status()` does not raise when Font Awesome is missing. BODY gh pr create --base master --head chore/release-1.2.0 --title 'Prepare the 1.2.0 release' --body-file /tmp/relpr.md 2>&1 | tail -2 Prepare the 1.2.0 release Date the CHANGELOG heading, record the quickstart rewrite from #68, which was the one user-visible change with no entry, and remove a stray blank line splitting the New list. pywaffle/_version.py already reads 1.2.0, so there is no version bump to make.
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.
No description provided.