Skip to content

Commit 4719938

Browse files
pulpbotdralley
authored andcommitted
Bump minor version
[noissue]
1 parent 6905b28 commit 4719938

File tree

12 files changed

+36
-14
lines changed

12 files changed

+36
-14
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.12.0.dev
2+
current_version = 3.13.0.dev
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?

.github/workflows/update_ci.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,33 @@ jobs:
7171
[noissue]
7272
delete-branch: true
7373
- uses: "actions/checkout@v4"
74+
with:
75+
fetch-depth: 0
76+
path: "pulp_python"
77+
ref: "3.12"
78+
79+
- name: "Run update"
80+
working-directory: "pulp_python"
81+
run: |
82+
../plugin_template/scripts/update_ci.sh
83+
84+
- name: "Create Pull Request for CI files"
85+
uses: "peter-evans/create-pull-request@v6"
86+
with:
87+
token: "${{ secrets.RELEASE_TOKEN }}"
88+
path: "pulp_python"
89+
committer: "pulpbot <[email protected]>"
90+
author: "pulpbot <[email protected]>"
91+
title: "Update CI files for branch 3.12"
92+
body: ""
93+
branch: "update-ci/3.12"
94+
base: "3.12"
95+
commit-message: |
96+
Update CI files
97+
98+
[noissue]
99+
delete-branch: true
100+
- uses: "actions/checkout@v4"
74101
with:
75102
fetch-depth: 0
76103
path: "pulp_python"

CHANGES/+new-docs-ci.misc

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

CHANGES/399.feature

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

CHANGES/648.feature

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

CHANGES/653.bugfix

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

CHANGES/668.feature

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

CHANGES/pulpcore.removal

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

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = "3.12.0.dev"
59+
version = "3.13.0.dev"
6060
# The full version, including alpha/beta/rc tags.
61-
release = "3.12.0.dev"
61+
release = "3.13.0.dev"
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

pulp_python/app/__init__.py

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

1111
name = "pulp_python.app"
1212
label = "python"
13-
version = "3.12.0.dev"
13+
version = "3.13.0.dev"
1414
python_package_name = "pulp-python"
1515
domain_compatible = True
1616

0 commit comments

Comments
 (0)