diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c753834b7..2b9c4fa44 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,15 @@ Changelog ========= +1.19.4 (2024-08-23) +------------------- + +Docs +"""" + +* Change deprecation status to Yes/No instead of icons (#1572) + + 1.19.3 (2024-08-20) ------------------- diff --git a/astronomer/providers/package.py b/astronomer/providers/package.py index 502ed39e5..6c4522aaa 100644 --- a/astronomer/providers/package.py +++ b/astronomer/providers/package.py @@ -8,7 +8,7 @@ def get_provider_info() -> Dict[str, Any]: "package-name": "astronomer-providers", "name": "Astronomer Providers", "description": "Apache Airflow Providers containing Deferrable Operators & Sensors from Astronomer", - "versions": "1.19.3", + "versions": "1.19.4", # Optional. "connection-types": [ { diff --git a/docs/conf.py b/docs/conf.py index d65121f44..a2c508eb6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ author = "Astronomer Inc." # The full version, including alpha/beta/rc tags -release = "1.19.3" +release = "1.19.4" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 613a2baa8..36aecca84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ known-third-party = ["google", "gcloud"] skips = ["B113"] [tool.commitizen] -version = "1.19.3" +version = "1.19.4" version_files = [ "docs/conf.py", "astronomer/providers/package.py", diff --git a/setup.cfg b/setup.cfg index d74c4bdc2..446496525 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = astronomer-providers -version = 1.19.3 +version = 1.19.4 url = https://github.com/astronomer/astronomer-providers/ author = Astronomer author_email = humans@astronomer.io