Bump version to 4.9.2

Update version references from 4.9.1 to 4.9.2 in documentation, __init__.py, About dialog, and main application class to prepare for new release.
This commit is contained in:
oop7
2025-10-31 19:02:36 +02:00
parent 32c2d899ba
commit eeb601cbbd
4 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -5,7 +5,7 @@ This repository uses GitHub Actions to automatically build and release YTSage fo
## How It Works
### Trigger
The workflow is triggered when you push a git tag that starts with `v` (e.g., `v4.9.1`, `v4.9.1`).
The workflow is triggered when you push a git tag that starts with `v` (e.g., `v4.9.2`, `v4.9.2`).
### Build Process
1. **Setup**: Uses Python 3.13.6 on all platforms
@@ -21,13 +21,13 @@ The workflow is triggered when you push a git tag that starts with `v` (e.g., `v
2. **Commit your changes**:
```bash
git add .
git commit -m "Release v4.9.1"
git commit -m "Release v4.9.2"
```
3. **Create and push a tag**:
```bash
git tag v4.9.1
git push origin v4.9.1
git tag v4.9.2
git push origin v4.9.2
```
4. **Watch the action**: Go to Actions tab in GitHub to monitor progress