Skip to content

Commit

Permalink
Bumping common compat to 1.3.0 (#44728)
Browse files Browse the repository at this point in the history
  • Loading branch information
amoghrajesh authored Dec 6, 2024
1 parent 666d80b commit 3d421f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/src/airflow/providers/common/compat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "1.2.2"
__version__ = "1.3.0"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.8.0"
Expand Down

0 comments on commit 3d421f7

Please sign in to comment.