Documentation
README
Bump Version Skill
Steps
1. Determine new version
- User provides target version (e.g.
v1.9.0) - Strip the
vprefix for file edits
2. Update version files
pyproject.toml: updateversion = "x.x.x"perplexity/server/web/package.json: update"version": "x.x.x"— Vite reads this viavite.config.tsto inject__APP_VERSION__into the frontend build, which displays asMANAGER_vX.X.Xin the admin UI
3. Update changelogs
Add a new entry at the top of the changelog section in both files:
README.md — under ## Changelog:
+ **<YYYY-MM-DD>**: v<VERSION> — <summary in English>
README-zh.md — under ## 更新记录:
+ **<YYYY-MM-DD>**:v<VERSION> — <summary in Chinese>
This is the opening of the README. Read the full README on GitHub.