From 47a736603f40480240059cdf6737d9752fc61fe5 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Thu, 26 Feb 2026 17:19:36 +0000 Subject: [PATCH] Bump minor version --- .github/workflows/update_ci.yml | 14 +++++++------- CHANGES/1099.feature | 1 - CHANGES/1101.bugfix | 1 - pulp_python/app/__init__.py | 2 +- pyproject.toml | 4 ++-- template_config.yml | 2 +- 6 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644 CHANGES/1099.feature delete mode 100644 CHANGES/1101.bugfix diff --git a/.github/workflows/update_ci.yml b/.github/workflows/update_ci.yml index 1d1e1968..ef5240e7 100644 --- a/.github/workflows/update_ci.yml +++ b/.github/workflows/update_ci.yml @@ -171,7 +171,7 @@ jobs: with: fetch-depth: 0 path: "pulp_python" - ref: "3.25" + ref: "3.26" - name: "Run update" working-directory: "pulp_python" @@ -180,21 +180,21 @@ jobs: - name: "Create Pull Request for CI files" uses: "peter-evans/create-pull-request@v6" - id: "create_pr_3_25" + id: "create_pr_3_26" with: token: "${{ secrets.RELEASE_TOKEN }}" path: "pulp_python" committer: "pulpbot " author: "pulpbot " - title: "Update CI files for branch 3.25" - branch: "update-ci/3.25" - base: "3.25" + title: "Update CI files for branch 3.26" + branch: "update-ci/3.26" + base: "3.26" delete-branch: true - name: "Mark PR automerge" working-directory: "pulp_python" run: | - gh pr merge --rebase --auto "${{ steps.create_pr_3_25.outputs.pull-request-number }}" - if: "steps.create_pr_3_25.outputs.pull-request-number" + gh pr merge --rebase --auto "${{ steps.create_pr_3_26.outputs.pull-request-number }}" + if: "steps.create_pr_3_26.outputs.pull-request-number" env: GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}" continue-on-error: true diff --git a/CHANGES/1099.feature b/CHANGES/1099.feature deleted file mode 100644 index 1699af0e..00000000 --- a/CHANGES/1099.feature +++ /dev/null @@ -1 +0,0 @@ -Added support for recreating and fixing metadata files to `repair_metadata` endpoint. diff --git a/CHANGES/1101.bugfix b/CHANGES/1101.bugfix deleted file mode 100644 index 0bfcf6d5..00000000 --- a/CHANGES/1101.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed edge case where metadata file did not match wheel metadata. diff --git a/pulp_python/app/__init__.py b/pulp_python/app/__init__.py index b15c8ce8..73c18931 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.26.0.dev" + version = "3.27.0.dev" python_package_name = "pulp-python" domain_compatible = True diff --git a/pyproject.toml b/pyproject.toml index cdbc7bec..759ad698 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta' [project] name = "pulp-python" -version = "3.26.0.dev" +version = "3.27.0.dev" description = "pulp-python plugin for the Pulp Project" readme = "README.md" authors = [ @@ -79,7 +79,7 @@ ignore = [ [tool.bumpversion] # This section is managed by the plugin template. Do not edit manually. -current_version = "3.26.0.dev" +current_version = "3.27.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 c9bea811..fa7a27a9 100644 --- a/template_config.yml +++ b/template_config.yml @@ -27,7 +27,7 @@ extra_files: [] flake8: true flake8_ignore: [] github_org: "pulp" -latest_release_branch: "3.25" +latest_release_branch: "3.26" lint_requirements: true os_required_packages: [] parallel_test_workers: 8