From 66cf99fd17e3f6fe3fc4f78c6fec21e6c8c5397b Mon Sep 17 00:00:00 2001 From: pulpbot Date: Wed, 23 Jul 2025 08:45:01 +0000 Subject: [PATCH] Bump minor version --- .github/workflows/update_ci.yml | 14 +++++++------- CHANGES/689.feature | 1 - pulp_python/app/__init__.py | 2 +- pyproject.toml | 4 ++-- template_config.yml | 2 +- 5 files changed, 11 insertions(+), 12 deletions(-) delete mode 100644 CHANGES/689.feature diff --git a/.github/workflows/update_ci.yml b/.github/workflows/update_ci.yml index 23588353..c7898301 100644 --- a/.github/workflows/update_ci.yml +++ b/.github/workflows/update_ci.yml @@ -202,7 +202,7 @@ jobs: with: fetch-depth: 0 path: "pulp_python" - ref: "3.16" + ref: "3.17" - name: "Run update" working-directory: "pulp_python" @@ -211,21 +211,21 @@ jobs: - name: "Create Pull Request for CI files" uses: "peter-evans/create-pull-request@v6" - id: "create_pr_3_16" + id: "create_pr_3_17" with: token: "${{ secrets.RELEASE_TOKEN }}" path: "pulp_python" committer: "pulpbot " author: "pulpbot " - title: "Update CI files for branch 3.16" - branch: "update-ci/3.16" - base: "3.16" + title: "Update CI files for branch 3.17" + branch: "update-ci/3.17" + base: "3.17" delete-branch: true - name: "Mark PR automerge" working-directory: "pulp_python" run: | - gh pr merge --rebase --auto "${{ steps.create_pr_3_16.outputs.pull-request-number }}" - if: "steps.create_pr_3_16.outputs.pull-request-number" + gh pr merge --rebase --auto "${{ steps.create_pr_3_17.outputs.pull-request-number }}" + if: "steps.create_pr_3_17.outputs.pull-request-number" env: GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}" continue-on-error: true diff --git a/CHANGES/689.feature b/CHANGES/689.feature deleted file mode 100644 index 99887af4..00000000 --- a/CHANGES/689.feature +++ /dev/null @@ -1 +0,0 @@ -Added full support for the latest core metadata (up to 2.4). diff --git a/pulp_python/app/__init__.py b/pulp_python/app/__init__.py index a280d5a9..c727d38b 100644 --- a/pulp_python/app/__init__.py +++ b/pulp_python/app/__init__.py @@ -10,7 +10,7 @@ class PulpPythonPluginAppConfig(PulpPluginAppConfig): name = "pulp_python.app" label = "python" - version = "3.17.0.dev" + version = "3.18.0.dev" python_package_name = "pulp-python" domain_compatible = True diff --git a/pyproject.toml b/pyproject.toml index 22a04871..22cb69c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta' [project] name = "pulp-python" -version = "3.17.0.dev" +version = "3.18.0.dev" description = "pulp-python plugin for the Pulp Project" readme = "README.md" authors = [ @@ -77,7 +77,7 @@ ignore = [ [tool.bumpversion] # This section is managed by the plugin template. Do not edit manually. -current_version = "3.17.0.dev" +current_version = "3.18.0.dev" commit = false tag = false parse = "(?P\\d+)\\.(?P\\d+)\\.(?P0a)?(?P\\d+)(\\.(?P[a-z]+))?" diff --git a/template_config.yml b/template_config.yml index f3e7735e..8fdec9be 100644 --- a/template_config.yml +++ b/template_config.yml @@ -23,7 +23,7 @@ docker_fixtures: false flake8: true flake8_ignore: [] github_org: pulp -latest_release_branch: '3.16' +latest_release_branch: '3.17' lint_requirements: true os_required_packages: [] parallel_test_workers: 8