potiuk commented on code in PR #54560: URL: https://github.com/apache/airflow/pull/54560#discussion_r2281380754
########## providers/google/src/airflow/providers/google/__init__.py: ########## @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "17.1.0" +__version__ = "17.1.1" Review Comment: Don't increase the version here or in the other places. This is the role of release manager to increase versions - see the comment just above your change in provider.yaml -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
