From 5dd8898a5984869bbba8df6567c62722eafaf887 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Wed, 13 May 2026 12:32:20 +0000 Subject: [PATCH] Bump minor version --- .github/workflows/update_ci.yml | 14 +++++++------- CHANGES/1207.removal | 1 - CHANGES/1229.feature | 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/1207.removal delete mode 100644 CHANGES/1229.feature diff --git a/.github/workflows/update_ci.yml b/.github/workflows/update_ci.yml index f9bc9b8dc..f95bbe5a9 100644 --- a/.github/workflows/update_ci.yml +++ b/.github/workflows/update_ci.yml @@ -231,7 +231,7 @@ jobs: with: fetch-depth: 0 path: "pulp_python" - ref: "3.29" + ref: "3.30" - name: "Run update" working-directory: "pulp_python" @@ -240,21 +240,21 @@ jobs: - name: "Create Pull Request for CI files" uses: "peter-evans/create-pull-request@v8" - id: "create_pr_3_29" + id: "create_pr_3_30" with: token: "${{ secrets.RELEASE_TOKEN }}" path: "pulp_python" committer: "pulpbot " author: "pulpbot " - title: "Update CI files for branch 3.29" - branch: "update-ci/3.29" - base: "3.29" + title: "Update CI files for branch 3.30" + branch: "update-ci/3.30" + base: "3.30" delete-branch: true - name: "Mark PR automerge" working-directory: "pulp_python" run: | - gh pr merge --rebase --auto "${{ steps.create_pr_3_29.outputs.pull-request-number }}" - if: "steps.create_pr_3_29.outputs.pull-request-number" + gh pr merge --rebase --auto "${{ steps.create_pr_3_30.outputs.pull-request-number }}" + if: "steps.create_pr_3_30.outputs.pull-request-number" env: GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}" continue-on-error: true diff --git a/CHANGES/1207.removal b/CHANGES/1207.removal deleted file mode 100644 index 5ea2b7612..000000000 --- a/CHANGES/1207.removal +++ /dev/null @@ -1 +0,0 @@ -Deprecated the `repair-python-metadata` management command in favor of the repository `repair_metadata` task. diff --git a/CHANGES/1229.feature b/CHANGES/1229.feature deleted file mode 100644 index 04104adc5..000000000 --- a/CHANGES/1229.feature +++ /dev/null @@ -1 +0,0 @@ -Added filtering by `name`, `version`, and `filename` to the blocklist entries API endpoint. diff --git a/pulp_python/app/__init__.py b/pulp_python/app/__init__.py index fdcf1913b..f1667a4e8 100644 --- a/pulp_python/app/__init__.py +++ b/pulp_python/app/__init__.py @@ -12,7 +12,7 @@ class PulpPythonPluginAppConfig(PulpPluginAppConfig): name = "pulp_python.app" label = "python" - version = "3.30.0.dev" + version = "3.31.0.dev" python_package_name = "pulp-python" domain_compatible = True diff --git a/pyproject.toml b/pyproject.toml index de27f2242..1d04739fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta' [project] name = "pulp-python" -version = "3.30.0.dev" +version = "3.31.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.30.0.dev" +current_version = "3.31.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 04a38e3fa..3e93a08cb 100644 --- a/template_config.yml +++ b/template_config.yml @@ -22,7 +22,7 @@ disabled_redis_runners: [] docker_fixtures: false extra_files: [] github_org: "pulp" -latest_release_branch: "3.29" +latest_release_branch: "3.30" lint_ignore: [] lint_requirements: true os_required_packages: []