From b8ad495645f82a75be3c038e6f150c53e982a819 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Tue, 26 Aug 2025 13:53:25 +0000 Subject: [PATCH] Bump minor version --- .github/workflows/docs.yml | 4 ++-- .github/workflows/update_ci.yml | 14 +++++++------- CHANGES/933.feature | 1 - doc_requirements.txt | 2 +- pulp_python/app/__init__.py | 2 +- pyproject.toml | 4 ++-- template_config.yml | 2 +- 7 files changed, 14 insertions(+), 15 deletions(-) delete mode 100644 CHANGES/933.feature diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 44f17e93..1f9fe5f0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -35,9 +35,9 @@ jobs: towncrier build --yes --version 4.0.0.ci docs: if: "endsWith(github.base_ref, 'main')" - uses: 'pulp/pulp-docs/.github/workflows/docs-ci.yml@rewrite-as-mkdocs-plugin' + uses: 'pulp/pulp-docs/.github/workflows/docs-ci.yml@main' with: - pulpdocs_ref: 'rewrite-as-mkdocs-plugin' + pulpdocs_ref: 'main' no-test: if: "!endsWith(github.base_ref, 'main')" diff --git a/.github/workflows/update_ci.yml b/.github/workflows/update_ci.yml index e804255c..b9d9cfee 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.18" + ref: "3.19" - 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_18" + id: "create_pr_3_19" with: token: "${{ secrets.RELEASE_TOKEN }}" path: "pulp_python" committer: "pulpbot " author: "pulpbot " - title: "Update CI files for branch 3.18" - branch: "update-ci/3.18" - base: "3.18" + title: "Update CI files for branch 3.19" + branch: "update-ci/3.19" + base: "3.19" delete-branch: true - name: "Mark PR automerge" working-directory: "pulp_python" run: | - gh pr merge --rebase --auto "${{ steps.create_pr_3_18.outputs.pull-request-number }}" - if: "steps.create_pr_3_18.outputs.pull-request-number" + gh pr merge --rebase --auto "${{ steps.create_pr_3_19.outputs.pull-request-number }}" + if: "steps.create_pr_3_19.outputs.pull-request-number" env: GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}" continue-on-error: true diff --git a/CHANGES/933.feature b/CHANGES/933.feature deleted file mode 100644 index a43275cd..00000000 --- a/CHANGES/933.feature +++ /dev/null @@ -1 +0,0 @@ -Added a synchronous upload API. diff --git a/doc_requirements.txt b/doc_requirements.txt index 6daacdbe..6456b7d8 100644 --- a/doc_requirements.txt +++ b/doc_requirements.txt @@ -5,4 +5,4 @@ # # For more info visit https://github.com/pulp/plugin_template towncrier -pulp-docs @ git+https://github.com/pulp/pulp-docs@rewrite-as-mkdocs-plugin +pulp-docs @ git+https://github.com/pulp/pulp-docs@main diff --git a/pulp_python/app/__init__.py b/pulp_python/app/__init__.py index 6cee7db9..c3f44e8f 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.19.0.dev" + version = "3.20.0.dev" python_package_name = "pulp-python" domain_compatible = True diff --git a/pyproject.toml b/pyproject.toml index 8085acf2..476ab845 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta' [project] name = "pulp-python" -version = "3.19.0.dev" +version = "3.20.0.dev" description = "pulp-python plugin for the Pulp Project" readme = "README.md" authors = [ @@ -76,7 +76,7 @@ ignore = [ [tool.bumpversion] # This section is managed by the plugin template. Do not edit manually. -current_version = "3.19.0.dev" +current_version = "3.20.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 c675026d..23e4e851 100644 --- a/template_config.yml +++ b/template_config.yml @@ -24,7 +24,7 @@ extra_files: [] flake8: true flake8_ignore: [] github_org: pulp -latest_release_branch: '3.18' +latest_release_branch: '3.19' lint_requirements: true os_required_packages: [] parallel_test_workers: 8