#versioning

[ follow ]
fromdaniel.feldroy.com
16 hours ago

TIL: Single source version package builds with uv

Remove `version` in `pyproject.toml` and replace with `dynamic = ["version"]`. Add `[tool.setuptools.dynamic]` and specify the location of the version using `version = { attr = "mypackage.__version__" }`.
Python
fromThe Verge
1 month ago

Apple renames its operating systems

Apple has announced a simplification in naming its operating systems by sequentially numbering them by year, starting in 2025, for clearer version tracking.
Apple
[ Load more ]