Skip to content

Commit

Permalink
Release 0.20.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Oct 22, 2024
1 parent 75d587b commit e6cda37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.20.0a3] - 2024-10-18
## [0.20.0rc1] - 2024-10-22

### Added
- Support using envvar in config YAML by @tatiana in #236
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.0a3"
__version__ = "0.20.0rc1"
__all__ = [
"DagFactory",
"load_yaml_dags",
Expand Down

0 comments on commit e6cda37

Please sign in to comment.