Commit 18e1908
fix: bump __version__ to 0.18.0 (was stale at 0.14.0)
app/__init__.py has been hardcoded to "0.14.0" since the v0.14 release.
Every release between v0.15 and v0.18 updated CHANGELOG and tagged Git
but left __version__ untouched, so the deployed openapi.json kept
reporting 0.14.0. Bumping to match the current release.
Future releases need to update __version__ alongside CHANGELOG until
version derivation is automated (CHANGELOG.md isn't copied into the
container image, so the obvious read-from-CHANGELOG approach won't
work without Dockerfile changes).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9b97017 commit 18e1908
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments