Skip to content

Commit

Permalink
Rebase, update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Oct 18, 2024
1 parent 1596be3 commit 3ee9f39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Install Airflow with different versions in the CI by @pankajkoti in #237
- Run pre-commit hooks on all existing files by @pankajkoti in #245
- Add Python 3.11 and 3.12 to CI test pipeline by @pankajkoti in #229
- Release
- Fix release action and overall CI jobs dependencies by @tatiana in #261
- Packaging & Release
- Configure GitHub to automate publishing DAG Factory in PyPI by @tatiana in #255
- Update pyproject classifiers for Python 3.11 and 3.12 by @pankajastro in #262
- Tests
- Fix duplicate test name by @pankajastro in #234
- Add static check by @pankajastro in #231
Expand Down
2 changes: 1 addition & 1 deletion dagfactory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from .dagfactory import DagFactory, load_yaml_dags

__version__ = "0.20.0a2"
__version__ = "0.20.0a3"
__all__ = [
"DagFactory",
"load_yaml_dags",
Expand Down

0 comments on commit 3ee9f39

Please sign in to comment.