chore: release v0.15.1 (2026.5.29) (#34222)

This commit is contained in:
Teknium 2026-05-28 18:11:49 -07:00 committed by GitHub
parent 769ee86cd2
commit e71a2bd11b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 116 additions and 6 deletions

View file

@ -14,8 +14,8 @@ Provides subcommands for:
import os
import sys
__version__ = "0.15.0"
__release_date__ = "2026.5.28"
__version__ = "0.15.1"
__release_date__ = "2026.5.29"
def _ensure_utf8():