Skip to content

Commit c67b9df

Browse files
pulpbotmdellweg
authored andcommitted
Bump minor version
1 parent c60ef66 commit c67b9df

13 files changed

Lines changed: 13 additions & 20 deletions

.github/workflows/update_ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
fetch-depth: 0
8080
path: "pulpcore"
81-
ref: "3.101"
81+
ref: "3.102"
8282

8383
- name: "Run update"
8484
working-directory: "pulpcore"
@@ -87,21 +87,21 @@ jobs:
8787
8888
- name: "Create Pull Request for CI files"
8989
uses: "peter-evans/create-pull-request@v6"
90-
id: "create_pr_3_101"
90+
id: "create_pr_3_102"
9191
with:
9292
token: "${{ secrets.RELEASE_TOKEN }}"
9393
path: "pulpcore"
9494
committer: "pulpbot <pulp-infra@redhat.com>"
9595
author: "pulpbot <pulp-infra@redhat.com>"
96-
title: "Update CI files for branch 3.101"
97-
branch: "update-ci/3.101"
98-
base: "3.101"
96+
title: "Update CI files for branch 3.102"
97+
branch: "update-ci/3.102"
98+
base: "3.102"
9999
delete-branch: true
100100
- name: "Mark PR automerge"
101101
working-directory: "pulpcore"
102102
run: |
103-
gh pr merge --rebase --auto "${{ steps.create_pr_3_101.outputs.pull-request-number }}"
104-
if: "steps.create_pr_3_101.outputs.pull-request-number"
103+
gh pr merge --rebase --auto "${{ steps.create_pr_3_102.outputs.pull-request-number }}"
104+
if: "steps.create_pr_3_102.outputs.pull-request-number"
105105
env:
106106
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
107107
continue-on-error: true

CHANGES/+error-handling.doc

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

CHANGES/+fix-plp0003-conflict.bugfix

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

CHANGES/+list-signing-services-cmd.feature

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

CHANGES/+no-traceback-task.removal

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

CHANGES/+spdx-license.bugfix

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

CHANGES/7218.bugfix

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

CHANGES/7228.bugfix

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

pulp_certguard/app/__init__.py

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

77
name = "pulp_certguard.app"
88
label = "certguard"
9-
version = "3.102.0.dev"
9+
version = "3.103.0.dev"
1010
python_package_name = "pulpcore"
1111
domain_compatible = True

pulp_file/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ class PulpFilePluginAppConfig(PulpPluginAppConfig):
88

99
name = "pulp_file.app"
1010
label = "file"
11-
version = "3.102.0.dev"
11+
version = "3.103.0.dev"
1212
python_package_name = "pulpcore"
1313
domain_compatible = True

0 commit comments

Comments
 (0)