diff --git a/CHANGELOG.md b/CHANGELOG.md index 342d699..2f488e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/dagfactory/__init__.py b/dagfactory/__init__.py index 1b84ff0..69d4aa1 100644 --- a/dagfactory/__init__.py +++ b/dagfactory/__init__.py @@ -2,7 +2,7 @@ from .dagfactory import DagFactory, load_yaml_dags -__version__ = "0.20.0a3" +__version__ = "0.20.0rc1" __all__ = [ "DagFactory", "load_yaml_dags",