Phase 3 (also v2.5.0 in CHANGELOG): - Weekly auto report on Monday - Matplotlib chart hover annotation - Clock-in time distribution histogram - Leave usage calendar with color coding Phase 4 (v2.6.0): - Font scale 100/125/150% (instant apply) - High-contrast mode (black bg + yellow text) - Authenticode signing infra in release.ps1 (env-gated, optional) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
8 lines
158 B
Python
8 lines
158 B
Python
"""
|
|
앱 버전 상수.
|
|
|
|
릴리스 시 이 값을 올린 후 git tag → push.
|
|
CHANGELOG.md의 최상단 항목과 일치시킬 것.
|
|
"""
|
|
__version__ = '2.6.0'
|