We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0644906 commit 79edc4aCopy full SHA for 79edc4a
Jenkinsfile
@@ -1,5 +1,5 @@
1
#!groovy
2
-def BN = (BRANCH_NAME == 'master' || BRANCH_NAME.startsWith('releases/')) ? BRANCH_NAME : 'releases/2024-12'
+def BN = (BRANCH_NAME == 'master' || BRANCH_NAME.startsWith('releases/')) ? BRANCH_NAME : 'releases/2025-07'
3
4
def repositoryName = 'knime-python-google-ads'
5
knime.yml
@@ -4,7 +4,7 @@ env_yml_path: conda_env.yml
extension_module: src/google_ads_ext
description: KNIME Nodes for Google Ads (Labs)
6
group_id: org.knime.python
7
-version: 5.4.0
+version: 5.5.0
8
vendor: KNIME AG, Zurich, Switzerland
9
license_file: LICENSE.txt
10
feature_dependencies:
0 commit comments