Skip to content

Commit 52092cb

Browse files
pulpbotmdellweg
authored andcommitted
Bump minor version
1 parent 1aaeef8 commit 52092cb

File tree

8 files changed

+12
-22
lines changed

8 files changed

+12
-22
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.24"
236+
ref: "2.25"
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_24"
245+
id: "create_pr_2_25"
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.24"
252-
branch: "update-ci/2.24"
253-
base: "2.24"
251+
title: "Update CI files for branch 2.25"
252+
branch: "update-ci/2.25"
253+
base: "2.25"
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_24.outputs.pull-request-number }}"
259-
if: "steps.create_pr_2_24.outputs.pull-request-number"
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"
260260
env:
261261
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
262262
continue-on-error: true

CHANGES/1534.feature

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

CHANGES/1621.misc

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

CHANGES/1926.bugfix

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

CHANGES/1954.feature

Lines changed: 0 additions & 7 deletions
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.25.0.dev"
9+
version = "2.26.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.25.0.dev"
10+
version = "2.26.0.dev"
1111
description = "Container plugin for the Pulp Project"
1212
readme = "README.md"
1313
authors = [
@@ -87,7 +87,7 @@ ignore = [
8787
[tool.bumpversion]
8888
# This section is managed by the plugin template. Do not edit manually.
8989

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

template_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This config represents the latest values used when running the plugin-template. Any settings that
22
# were not present before running plugin-template have been added with their default values.
33

4-
# generated with plugin_template@unknown
4+
# generated with plugin_template
55

66
api_root: /pulp/
77
black: true
@@ -23,7 +23,7 @@ docker_fixtures: false
2323
flake8: true
2424
flake8_ignore: []
2525
github_org: pulp
26-
latest_release_branch: '2.24'
26+
latest_release_branch: '2.25'
2727
lint_requirements: true
2828
os_required_packages: []
2929
parallel_test_workers: 8

0 commit comments

Comments
 (0)