Skip to content

Commit bb15488

Browse files
authored
Merge pull request #1337 from pulp/minor-version-bump
Bump minor version
2 parents fae9eb3 + d2f105b commit bb15488

5 files changed

Lines changed: 11 additions & 12 deletions

File tree

.github/workflows/update_ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
with:
239239
fetch-depth: 0
240240
path: "pulp_python"
241-
ref: "3.33"
241+
ref: "3.34"
242242

243243
- name: "Run update"
244244
working-directory: "pulp_python"
@@ -247,21 +247,21 @@ jobs:
247247
248248
- name: "Create Pull Request for CI files"
249249
uses: "peter-evans/create-pull-request@v8"
250-
id: "create_pr_3_33"
250+
id: "create_pr_3_34"
251251
with:
252252
token: "${{ secrets.RELEASE_TOKEN }}"
253253
path: "pulp_python"
254254
committer: "pulpbot <pulp-infra@redhat.com>"
255255
author: "pulpbot <pulp-infra@redhat.com>"
256-
title: "Update CI files for branch 3.33"
257-
branch: "update-ci/3.33"
258-
base: "3.33"
256+
title: "Update CI files for branch 3.34"
257+
branch: "update-ci/3.34"
258+
base: "3.34"
259259
delete-branch: true
260260
- name: "Mark PR automerge"
261261
working-directory: "pulp_python"
262262
run: |
263-
gh pr merge --rebase --auto "${{ steps.create_pr_3_33.outputs.pull-request-number }}"
264-
if: "steps.create_pr_3_33.outputs.pull-request-number"
263+
gh pr merge --rebase --auto "${{ steps.create_pr_3_34.outputs.pull-request-number }}"
264+
if: "steps.create_pr_3_34.outputs.pull-request-number"
265265
env:
266266
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
267267
continue-on-error: true

CHANGES/1278.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.34.0.dev"
15+
version = "3.35.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.34.0.dev"
10+
version = "3.35.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.34.0.dev"
82+
current_version = "3.35.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.33"
25+
latest_release_branch: "3.34"
2626
lint_ignore: []
2727
lint_requirements: true
2828
os_required_packages: []

0 commit comments

Comments
 (0)