Skip to content

Commit

Permalink
release version overwrite?
Browse files Browse the repository at this point in the history
  • Loading branch information
topherinternational committed Aug 20, 2024
1 parent 9c4b50a commit 8892602
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions airflow/providers/cloudant/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ 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__ = "3.6.0"
__version__ = "4.0.0"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.8.0"
Expand Down
1 change: 0 additions & 1 deletion airflow/providers/cloudant/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ source-date-epoch: 1723969866
# note that those versions are maintained by release manager - do not update them manually
versions:
- 4.0.0
- 3.6.0
- 3.5.2
- 3.5.1
- 3.5.0
Expand Down

0 comments on commit 8892602

Please sign in to comment.