aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts/update-version.py
Commit message (Collapse)AuthorAgeFilesLines
* [cleanup] Point all shebang to `python3` (#372)felix2021-06-061-0/+2
| | | | Authored by: fstirlitz
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-4/+4
| | | | | | | | | * All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan
* [version] Set version number based on UTC time, not local timepukkandan2021-02-161-1/+1
|
* #64 Implement self updatershirt-dev2021-02-091-1/+1
| | | | Co-authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> (shirt-dev) Co-authored-by: pukkandan <pukkandan@gmail.com>
* Refactor `update-version`, `pyinst.py` and related filespukkandan2021-01-291-0/+31
* Refactor update-version * Moved pyinst, update-version and icon into devscripts * pyinst doesn't bump version anymore * Merge pyinst and pyinst32. Usage: `pyinst.py [32|64]` * Add mutagen as requirement * Remove make_win and related files