From 23fe500a3357874edec6e69b84c226fc12729594 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Wed, 23 Jul 2025 21:20:29 +0300 Subject: [PATCH] Push version in Python-Build as well --- MAINTENANCE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTENANCE.md b/MAINTENANCE.md index 42debf22..db53f178 100644 --- a/MAINTENANCE.md +++ b/MAINTENANCE.md @@ -8,7 +8,7 @@ Release checklist: Type the would-be tag name in the "Choose a tag" field and press "Generate release notes" * The summary may need editing. E.g. rephrase entries, delete/merge entries that are too minor or irrelevant to the users (e.g. typo fixes, CI) * Update `CHANGELOG.md` with the new version number and the edited summary (only the changes section) -* Push the version number in `libexec/pyenv---version` +* Push the version number in `libexec/pyenv---version` and `plugins/python-build/bin/python-build` * Minor version is pushed if there are significant functional changes (not e.g. bugfixes/formula adaptations/supporting niche use cases). * Major version is pushed if there are breaking changes * Commit the changes locally into `master`