v1.6.0 - #63
Merged
Merged
Conversation
Minor rather than patch: 1.5.1 → 1.6.0 adds the SLED surface and the `attachments(extracted_text)` leaf, which are new features, not fixes. Graduates `[Unreleased]`, and bumps `pyproject.toml`, `__version__` and `uv.lock` together — the first two have to agree or the published wheel disagrees with the package it reports itself to be. Publishing is on `release: [published]`, so merging this changes nothing on PyPI; creating the v1.6.0 Release is what ships it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v1.6.0.
Minor rather than patch: this ships the SLED surface (#62) and the
attachments(extracted_text)leaf — new features, not fixes.pyproject.toml,tango/__init__.pyanduv.lockbumped together. The first two have to agree, or the published wheel disagrees with the version the package reports about itself.[Unreleased]graduated to## [1.6.0] - 2026-09-10.Verified
uv buildproducestango_python-1.6.0.tar.gzandtango_python-1.6.0-py3-none-any.whl.tango.__version__andpyproject.tomlboth read1.6.0from the built package.uv run pytest tests/ -m "not integration"— 373 passed, 30 skipped.Merging this does not publish
publish.ymltriggers onrelease: [published](or a manual dispatch), not on a push tomain. So this PR is safe to merge on its own; creating thev1.6.0GitHub Release is what ships to PyPI, and PyPI versions are immutable once uploaded.For reference,
mainwas sitting at1.5.1with #62 merged on top — and1.5.1is already on PyPI. Cutting a Release before this bump would have tried to re-upload1.5.1and been rejected.🤖 Generated with Claude Code