File tree 5 files changed +11
-12
lines changed
5 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140
140
with :
141
141
fetch-depth : 0
142
142
path : " pulp_python"
143
- ref : " 3.14 "
143
+ ref : " 3.15 "
144
144
145
145
- name : " Run update"
146
146
working-directory : " pulp_python"
@@ -149,21 +149,21 @@ jobs:
149
149
150
150
- name : " Create Pull Request for CI files"
151
151
uses : " peter-evans/create-pull-request@v6"
152
- id : " create_pr_3_14 "
152
+ id : " create_pr_3_15 "
153
153
with :
154
154
token : " ${{ secrets.RELEASE_TOKEN }}"
155
155
path : " pulp_python"
156
156
committer :
" pulpbot <[email protected] >"
157
157
author :
" pulpbot <[email protected] >"
158
- title : " Update CI files for branch 3.14 "
159
- branch : " update-ci/3.14 "
160
- base : " 3.14 "
158
+ title : " Update CI files for branch 3.15 "
159
+ branch : " update-ci/3.15 "
160
+ base : " 3.15 "
161
161
delete-branch : true
162
162
- name : " Mark PR automerge"
163
163
working-directory : " pulp_python"
164
164
run : |
165
- gh pr merge --rebase --auto "${{ steps.create_pr_3_14 .outputs.pull-request-number }}"
166
- if : " steps.create_pr_3_14 .outputs.pull-request-number"
165
+ gh pr merge --rebase --auto "${{ steps.create_pr_3_15 .outputs.pull-request-number }}"
166
+ if : " steps.create_pr_3_15 .outputs.pull-request-number"
167
167
env :
168
168
GH_TOKEN : " ${{ secrets.RELEASE_TOKEN }}"
169
169
continue-on-error : true
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class PulpPythonPluginAppConfig(PulpPluginAppConfig):
10
10
11
11
name = "pulp_python.app"
12
12
label = "python"
13
- version = "3.15 .0.dev"
13
+ version = "3.16 .0.dev"
14
14
python_package_name = "pulp-python"
15
15
domain_compatible = True
16
16
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
7
7
8
8
[project ]
9
9
name = " pulp-python"
10
- version = " 3.15 .0.dev"
10
+ version = " 3.16 .0.dev"
11
11
description = " pulp-python plugin for the Pulp Project"
12
12
readme = " README.md"
13
13
authors = [
@@ -77,7 +77,7 @@ ignore = [
77
77
[tool .bumpversion ]
78
78
# This section is managed by the plugin template. Do not edit manually.
79
79
80
- current_version = " 3.15 .0.dev"
80
+ current_version = " 3.16 .0.dev"
81
81
commit = false
82
82
tag = false
83
83
parse = " (?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 @@ -23,7 +23,7 @@ docker_fixtures: false
23
23
flake8 : true
24
24
flake8_ignore : []
25
25
github_org : pulp
26
- latest_release_branch : ' 3.14 '
26
+ latest_release_branch : ' 3.15 '
27
27
lint_requirements : true
28
28
os_required_packages : []
29
29
parallel_test_workers : 8
You can’t perform that action at this time.
0 commit comments