fix: sync version.py with pyproject.toml and update stale org URLs (#771, #787)#794
Closed
mvalentsev wants to merge 1 commit intoMemPalace:developfrom
Closed
fix: sync version.py with pyproject.toml and update stale org URLs (#771, #787)#794mvalentsev wants to merge 1 commit intoMemPalace:developfrom
mvalentsev wants to merge 1 commit intoMemPalace:developfrom
Conversation
fd76b33 to
32ea7e1
Compare
MemPalace#787) After the v3.2.0 release and the org rename to MemPalace: - version.py was left at 3.1.0 (breaks test_version_consistency on every PR targeting develop) - pyproject.toml, README, CHANGELOG, website/, and plugin manifests still pointed at the old milla-jovovich GitHub org in URLs - integrations/openclaw/SKILL.md version was stuck at 3.1.0 - README version badge showed 3.1.0 Author name fields (pyproject.toml authors, plugin developerName, marketplace owner) are intentionally unchanged -- those refer to the person, not the org. Props to @arnoldwender (MemPalace#771) and @fatkobra (MemPalace#787) for filing with the exact fix spelled out.
32ea7e1 to
20e0115
Compare
3 tasks
Collaborator
Contributor
Author
|
Closing -- #766 covers version.py, pyproject.toml, README, CHANGELOG, CONTRIBUTING, and SKILL.md already. No point duplicating the maintainer back-merge. Note: 11 files with stale
Will flag those on #766 or open a separate follow-up. |
3 tasks
Contributor
Author
|
Follow-up for the remaining 11 files (website + plugin manifests): #808 |
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.
Closes #771, closes #787. Props to @arnoldwender and @fatkobra for filing with the exact fix spelled out.
After the v3.2.0 release and the org rename to MemPalace, several files had stale metadata:
Version sync (3.1.0 -> 3.2.0):
mempalace/version.py-- broketest_version_consistencyon every PR targeting developintegrations/openclaw/SKILL.mdREADME.mdversion badgeOrg URLs (milla-jovovich -> MemPalace):
pyproject.tomlproject URLsREADME.mdissue/release/license linksCHANGELOG.mdheader linkwebsite/-- 7 docs pages + VitePress config.claude-plugin/-- plugin.json repository, README.codex-plugin/-- plugin.json URLs, READMEAuthor name fields (
pyproject.tomlauthors, plugindeveloperName, marketplace owner) are intentionally unchanged -- those refer to the person, not the org.16 files, +40/-40 -- pure find-and-replace, no logic changes.