Files
Prakash a0aca55c0a fix(release): bump to 0.4.16 and restore desktop + publish hotfixes
Two stale reverts on dev had rolled back critical hotfixes landed
directly on main:

* ``client/src-tauri/tauri.conf.json`` was pinned back to ``0.1.3``,
  which would silently downgrade the desktop client on merge (main is
  at ``0.1.4``).
* ``.github/workflows/publish.yml`` lost its ``client-v*`` tag skip
  guard, so the next desktop release would trigger a PyPI publish of
  the Python package.

Restoring both so merging this release into main is a no-op for those
files, and bumping the package version from ``0.4.15`` to ``0.4.16`` so
the tagged release has a unique PyPI artifact. The lockfile update is
only the self-version reference.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 21:53:35 +05:30
..