break-through-19 opened a new pull request, #68307:
URL: https://github.com/apache/airflow/pull/68307
## Summary
- Bump package version from 0.1.0 to 1.0.0 across `pyproject.toml` and
`__init__.py`.
- Add comprehensive release notes (`RELEASE_NOTES.md`) covering all merged
features from tickets #28 through #45.
- Enrich `pyproject.toml` with classifiers, keywords, project URLs, an
`[openai]` optional extra, and `package-data` for the remediation YAML.
- Add `MANIFEST.in` to ensure data files and docs are included in sdist
builds.
- Both sdist and wheel build cleanly; `pip install -e .` confirms v1.0.0.
closes: #38
## What's included
| File | Change |
|---|---|
| `team_project/pyproject.toml` | Version → 1.0.0, classifiers, keywords,
URLs, `[openai]` extra, package-data |
| `team_project/src/dag_triage/__init__.py` | `__version__` → `"1.0.0"` |
| `team_project/RELEASE_NOTES.md` | New — all merged features, install
instructions, config reference |
| `team_project/MANIFEST.in` | New — ensures YAML data and release notes
ship in sdist |
## Install verification
```bash
# From the fork:
pip install
"git+https://github.com/break-through-19/airflow.git#subdirectory=team_project"
# With OpenAI support:
pip install "dag-triage[openai] @
git+https://github.com/break-through-19/airflow.git#subdirectory=team_project"
# Verify:
python -c "import dag_triage; print(dag_triage.__version__)"
# → 1.0.0
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]