File tree Expand file tree Collapse file tree 7 files changed +11
-14
lines changed Expand file tree Collapse file tree 7 files changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ jobs:
202202 with :
203203 fetch-depth : 0
204204 path : " pulp_python"
205- ref : " 3.19 "
205+ ref : " 3.20 "
206206
207207 - name : " Run update"
208208 working-directory : " pulp_python"
@@ -211,21 +211,21 @@ jobs:
211211
212212 - name : " Create Pull Request for CI files"
213213 uses : " peter-evans/create-pull-request@v6"
214- id : " create_pr_3_19 "
214+ id : " create_pr_3_20 "
215215 with :
216216 token : " ${{ secrets.RELEASE_TOKEN }}"
217217 path : " pulp_python"
218218 committer :
" pulpbot <[email protected] >" 219219 author :
" pulpbot <[email protected] >" 220- title : " Update CI files for branch 3.19 "
221- branch : " update-ci/3.19 "
222- base : " 3.19 "
220+ title : " Update CI files for branch 3.20 "
221+ branch : " update-ci/3.20 "
222+ base : " 3.20 "
223223 delete-branch : true
224224 - name : " Mark PR automerge"
225225 working-directory : " pulp_python"
226226 run : |
227- gh pr merge --rebase --auto "${{ steps.create_pr_3_19 .outputs.pull-request-number }}"
228- if : " steps.create_pr_3_19 .outputs.pull-request-number"
227+ gh pr merge --rebase --auto "${{ steps.create_pr_3_20 .outputs.pull-request-number }}"
228+ if : " steps.create_pr_3_20 .outputs.pull-request-number"
229229 env :
230230 GH_TOKEN : " ${{ secrets.RELEASE_TOKEN }}"
231231 continue-on-error : true
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class PulpPythonPluginAppConfig(PulpPluginAppConfig):
1010
1111 name = "pulp_python.app"
1212 label = "python"
13- version = "3.20 .0.dev"
13+ version = "3.21 .0.dev"
1414 python_package_name = "pulp-python"
1515 domain_compatible = True
1616
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
77
88[project ]
99name = " pulp-python"
10- version = " 3.20 .0.dev"
10+ version = " 3.21 .0.dev"
1111description = " pulp-python plugin for the Pulp Project"
1212readme = " README.md"
1313authors = [
@@ -76,7 +76,7 @@ ignore = [
7676[tool .bumpversion ]
7777# This section is managed by the plugin template. Do not edit manually.
7878
79- current_version = " 3.20 .0.dev"
79+ current_version = " 3.21 .0.dev"
8080commit = false
8181tag = false
8282parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<alpha>0a)?(?P<patch>\\ d+)(\\ .(?P<release>[a-z]+))?"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ extra_files: []
2424flake8 : true
2525flake8_ignore : []
2626github_org : pulp
27- latest_release_branch : ' 3.19 '
27+ latest_release_branch : ' 3.20 '
2828lint_requirements : true
2929os_required_packages : []
3030parallel_test_workers : 8
You can’t perform that action at this time.
0 commit comments