Skip to content

Commit e2bf6c7

Browse files
committed
Bump minor version
1 parent 9b5d907 commit e2bf6c7

File tree

12 files changed

+11
-17
lines changed

12 files changed

+11
-17
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.68.0.dev
2+
current_version = 3.69.0.dev
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?

.github/template_gitref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2021.08.26-389-g444ab6c
1+
unknown

.github/workflows/update_ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
fetch-depth: 0
7171
path: "pulpcore"
72-
ref: "3.67"
72+
ref: "3.68"
7373

7474
- name: "Run update"
7575
working-directory: "pulpcore"
@@ -83,9 +83,9 @@ jobs:
8383
path: "pulpcore"
8484
committer: "pulpbot <pulp-infra@redhat.com>"
8585
author: "pulpbot <pulp-infra@redhat.com>"
86-
title: "Update CI files for branch 3.67"
87-
branch: "update-ci/3.67"
88-
base: "3.67"
86+
title: "Update CI files for branch 3.68"
87+
branch: "update-ci/3.68"
88+
base: "3.68"
8989
delete-branch: true
9090
- uses: "actions/checkout@v4"
9191
with:

CHANGES/5941.bugfix

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

CHANGES/5967.bugfix

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGES/content-assert.bugfix

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

CHANGES/plugin_api/cache-key.feature

Lines changed: 0 additions & 2 deletions
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.68.0.dev"
9+
version = "3.69.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.68.0.dev"
11+
version = "3.69.0.dev"
1212
python_package_name = "pulpcore"
1313
domain_compatible = True

pulpcore/app/apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ class PulpAppConfig(PulpPluginAppConfig):
239239
label = "core"
240240

241241
# The version of this app
242-
version = "3.68.0.dev"
242+
version = "3.69.0.dev"
243243

244244
# The python package name providing this app
245245
python_package_name = "pulpcore"

0 commit comments

Comments
 (0)