File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v1.14.1 (2026-02-27)
6+
7+ ### Bug Fixes
8+
9+ - Add permissions for auto-merge job to allow write access to pull requests
10+ ([ ` 6574e36 ` ] ( https://github.com/milsman2/python-app-template/commit/6574e36a147c30f930e1ea4c9d1cf50458d9e280 ) )
11+
12+ - Rename workflow and simplify head_branch handling in auto-merge script
13+ ([ ` 648094d ` ] ( https://github.com/milsman2/python-app-template/commit/648094dae9b220177adfef98d9f09e25299516b8 ) )
14+
15+ - Update dependencies for ruff and uv to latest versions
16+ ([ ` 1cc033e ` ] ( https://github.com/milsman2/python-app-template/commit/1cc033e1e529a2eaa23d6accace0de01e727f5e7 ) )
17+
18+ - Update scheduler to fetch data every 5 minutes instead of 24 hours
19+ ([ ` 28d14f7 ` ] ( https://github.com/milsman2/python-app-template/commit/28d14f76f54ee51e8a4e80c571e9710c9667fcdc ) )
20+
21+
522## v1.14.0 (2026-02-27)
623
724### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " sample_python_app"
3- version = " 1.14.0 "
3+ version = " 1.14.1 "
44description = " Add your description here"
55readme = " README.md"
66requires-python = " >=3.13"
You can’t perform that action at this time.
0 commit comments