Skip to content

Commit

Permalink
release version overwrite? redux
Browse files Browse the repository at this point in the history
  • Loading branch information
topherinternational committed Aug 20, 2024
1 parent 8892602 commit 9e9e7bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions airflow/providers/cloudant/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ Breaking changes

* ``Switch cloudant provider from cloudant library to ibmcloudant library (#41555)``

.. Review and move the new changes to one of the sections above:
* ``Prepare docs for Aug 2nd wave of providers (#41559)``
3.6.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/cloudant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "4.0.0"
__version__ = "3.6.0"

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

0 comments on commit 9e9e7bc

Please sign in to comment.