diff --git a/.github/workflows/update_ci.yml b/.github/workflows/update_ci.yml index 3636199..4bf3a11 100644 --- a/.github/workflows/update_ci.yml +++ b/.github/workflows/update_ci.yml @@ -78,7 +78,7 @@ jobs: with: fetch-depth: 0 path: "pulp_hugging_face" - ref: "0.2" + ref: "0.3" - name: "Run update" working-directory: "pulp_hugging_face" @@ -87,21 +87,21 @@ jobs: - name: "Create Pull Request for CI files" uses: "peter-evans/create-pull-request@v6" - id: "create_pr_0_2" + id: "create_pr_0_3" with: token: "${{ secrets.RELEASE_TOKEN }}" path: "pulp_hugging_face" committer: "pulpbot " author: "pulpbot " - title: "Update CI files for branch 0.2" - branch: "update-ci/0.2" - base: "0.2" + title: "Update CI files for branch 0.3" + branch: "update-ci/0.3" + base: "0.3" delete-branch: true - name: "Mark PR automerge" working-directory: "pulp_hugging_face" run: | - gh pr merge --rebase --auto "${{ steps.create_pr_0_2.outputs.pull-request-number }}" - if: "steps.create_pr_0_2.outputs.pull-request-number" + gh pr merge --rebase --auto "${{ steps.create_pr_0_3.outputs.pull-request-number }}" + if: "steps.create_pr_0_3.outputs.pull-request-number" env: GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}" continue-on-error: true diff --git a/pulp_hugging_face/app/__init__.py b/pulp_hugging_face/app/__init__.py index 5395fcd..ef752d8 100755 --- a/pulp_hugging_face/app/__init__.py +++ b/pulp_hugging_face/app/__init__.py @@ -6,6 +6,6 @@ class PulpHuggingFacePluginAppConfig(PulpPluginAppConfig): name = "pulp_hugging_face.app" label = "hugging_face" - version = "0.3.0.dev" + version = "0.4.0.dev" python_package_name = "pulp_hugging_face" domain_compatible = True diff --git a/pyproject.toml b/pyproject.toml index dc73fa1..192a43a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta' [project] name = "pulp-hugging-face" -version = "0.3.0.dev" +version = "0.4.0.dev" description = "pulp-hugging-face plugin for the Pulp Project" readme = "README.md" authors = [ @@ -122,7 +122,7 @@ ignore = [ [tool.bumpversion] # This section is managed by the plugin template. Do not edit manually. -current_version = "0.3.0.dev" +current_version = "0.4.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 f245ba4..ddd6dd4 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: '0.2' +latest_release_branch: '0.3' lint_requirements: true os_required_packages: [] parallel_test_workers: 8