Skip to content

Commit 1a2b746

Browse files
pulpbotgerrod3
authored andcommitted
Bump minor version
1 parent baae355 commit 1a2b746

File tree

8 files changed

+11
-15
lines changed

8 files changed

+11
-15
lines changed

.github/workflows/update_ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
with:
234234
fetch-depth: 0
235235
path: "pulp_container"
236-
ref: "2.25"
236+
ref: "2.26"
237237

238238
- name: "Run update"
239239
working-directory: "pulp_container"
@@ -242,21 +242,21 @@ jobs:
242242
243243
- name: "Create Pull Request for CI files"
244244
uses: "peter-evans/create-pull-request@v6"
245-
id: "create_pr_2_25"
245+
id: "create_pr_2_26"
246246
with:
247247
token: "${{ secrets.RELEASE_TOKEN }}"
248248
path: "pulp_container"
249249
committer: "pulpbot <pulp-infra@redhat.com>"
250250
author: "pulpbot <pulp-infra@redhat.com>"
251-
title: "Update CI files for branch 2.25"
252-
branch: "update-ci/2.25"
253-
base: "2.25"
251+
title: "Update CI files for branch 2.26"
252+
branch: "update-ci/2.26"
253+
base: "2.26"
254254
delete-branch: true
255255
- name: "Mark PR automerge"
256256
working-directory: "pulp_container"
257257
run: |
258-
gh pr merge --rebase --auto "${{ steps.create_pr_2_25.outputs.pull-request-number }}"
259-
if: "steps.create_pr_2_25.outputs.pull-request-number"
258+
gh pr merge --rebase --auto "${{ steps.create_pr_2_26.outputs.pull-request-number }}"
259+
if: "steps.create_pr_2_26.outputs.pull-request-number"
260260
env:
261261
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
262262
continue-on-error: true

CHANGES/+3.85-compat.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/1997.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/1998.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/1999.doc

Lines changed: 0 additions & 1 deletion
This file was deleted.

pulp_container/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class PulpContainerPluginAppConfig(PulpPluginAppConfig):
66

77
name = "pulp_container.app"
88
label = "container"
9-
version = "2.26.0.dev"
9+
version = "2.27.0.dev"
1010
python_package_name = "pulp-container"
1111
domain_compatible = True
1212

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
77

88
[project]
99
name = "pulp-container"
10-
version = "2.26.0.dev"
10+
version = "2.27.0.dev"
1111
description = "Container plugin for the Pulp Project"
1212
readme = "README.md"
1313
authors = [
@@ -86,7 +86,7 @@ ignore = [
8686
[tool.bumpversion]
8787
# This section is managed by the plugin template. Do not edit manually.
8888

89-
current_version = "2.26.0.dev"
89+
current_version = "2.27.0.dev"
9090
commit = false
9191
tag = false
9292
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<alpha>0a)?(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"

template_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ extra_files: []
2424
flake8: true
2525
flake8_ignore: []
2626
github_org: pulp
27-
latest_release_branch: '2.25'
27+
latest_release_branch: '2.26'
2828
lint_requirements: true
2929
os_required_packages: []
3030
parallel_test_workers: 8

0 commit comments

Comments
 (0)