Skip to content

Commit 3440223

Browse files
authored
Merge pull request #1231 from pulp/minor-version-bump
Bump minor version
2 parents a3deec4 + 5dd8898 commit 3440223

6 files changed

Lines changed: 11 additions & 13 deletions

File tree

.github/workflows/update_ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
with:
232232
fetch-depth: 0
233233
path: "pulp_python"
234-
ref: "3.29"
234+
ref: "3.30"
235235

236236
- name: "Run update"
237237
working-directory: "pulp_python"
@@ -240,21 +240,21 @@ jobs:
240240
241241
- name: "Create Pull Request for CI files"
242242
uses: "peter-evans/create-pull-request@v8"
243-
id: "create_pr_3_29"
243+
id: "create_pr_3_30"
244244
with:
245245
token: "${{ secrets.RELEASE_TOKEN }}"
246246
path: "pulp_python"
247247
committer: "pulpbot <pulp-infra@redhat.com>"
248248
author: "pulpbot <pulp-infra@redhat.com>"
249-
title: "Update CI files for branch 3.29"
250-
branch: "update-ci/3.29"
251-
base: "3.29"
249+
title: "Update CI files for branch 3.30"
250+
branch: "update-ci/3.30"
251+
base: "3.30"
252252
delete-branch: true
253253
- name: "Mark PR automerge"
254254
working-directory: "pulp_python"
255255
run: |
256-
gh pr merge --rebase --auto "${{ steps.create_pr_3_29.outputs.pull-request-number }}"
257-
if: "steps.create_pr_3_29.outputs.pull-request-number"
256+
gh pr merge --rebase --auto "${{ steps.create_pr_3_30.outputs.pull-request-number }}"
257+
if: "steps.create_pr_3_30.outputs.pull-request-number"
258258
env:
259259
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
260260
continue-on-error: true

CHANGES/1207.removal

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

CHANGES/1229.feature

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

pulp_python/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class PulpPythonPluginAppConfig(PulpPluginAppConfig):
1212

1313
name = "pulp_python.app"
1414
label = "python"
15-
version = "3.30.0.dev"
15+
version = "3.31.0.dev"
1616
python_package_name = "pulp-python"
1717
domain_compatible = True
1818

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-python"
10-
version = "3.30.0.dev"
10+
version = "3.31.0.dev"
1111
description = "pulp-python plugin for the Pulp Project"
1212
readme = "README.md"
1313
authors = [
@@ -79,7 +79,7 @@ ignore = [
7979
[tool.bumpversion]
8080
# This section is managed by the plugin template. Do not edit manually.
8181

82-
current_version = "3.30.0.dev"
82+
current_version = "3.31.0.dev"
8383
commit = false
8484
tag = false
8585
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
@@ -22,7 +22,7 @@ disabled_redis_runners: []
2222
docker_fixtures: false
2323
extra_files: []
2424
github_org: "pulp"
25-
latest_release_branch: "3.29"
25+
latest_release_branch: "3.30"
2626
lint_ignore: []
2727
lint_requirements: true
2828
os_required_packages: []

0 commit comments

Comments
 (0)