Skip to content

Commit

Permalink
Bump minor version
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pulpbot authored and mdellweg committed Sep 13, 2023
1 parent ab2d6f9 commit f90ba0b
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.34.0.dev
current_version = 3.35.0.dev
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/update_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
- uses: actions/checkout@v3
with:
path: pulpcore
ref: '3.33'
ref: '3.34'
fetch-depth: 0

- name: Run update
Expand All @@ -251,10 +251,10 @@ jobs:
path: pulpcore
committer: pulpbot <[email protected]>
author: pulpbot <[email protected]>
title: 'Update CI files for branch 3.33'
title: 'Update CI files for branch 3.34'
body: '[noissue]'
branch: 'update-ci/3.33'
base: '3.33'
branch: 'update-ci/3.34'
base: '3.34'
commit-message: |
Update CI files
Expand Down
1 change: 0 additions & 1 deletion CHANGES/4368.bugfix

This file was deleted.

2 changes: 0 additions & 2 deletions CHANGES/4372.bugfix

This file was deleted.

3 changes: 0 additions & 3 deletions CHANGES/plugin_api/3332.feature

This file was deleted.

2 changes: 0 additions & 2 deletions CHANGES/plugin_api/3401.feature

This file was deleted.

4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
# built documents.
#
# The short X.Y version.
version = "3.34.0.dev"
version = "3.35.0.dev"
# The full version, including alpha/beta/rc tags.
release = "3.34.0.dev"
release = "3.35.0.dev"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pulpcore/app/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ class PulpAppConfig(PulpPluginAppConfig):
label = "core"

# The version of this app
version = "3.34.0.dev"
version = "3.35.0.dev"

# The python package name providing this app
python_package_name = "pulpcore"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="pulpcore",
version="3.34.0.dev",
version="3.35.0.dev",
description="Pulp Django Application and Related Modules",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
6 changes: 3 additions & 3 deletions template_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This config represents the latest values used when running the plugin-template. Any settings that
# were not present before running plugin-template have been added with their default values.

# generated with [email protected]241-g9cfc63e
# generated with [email protected]246-g98b439a

additional_repos:
- branch: main
Expand All @@ -25,9 +25,9 @@ ci_update_branches:
- '3.22'
- '3.23'
- '3.28'
- '3.33'
- '3.34'
ci_update_docs: true
ci_update_release_behavior: 'replace-previous-version'
ci_update_release_behavior: replace-previous-version
cli_package: pulp-cli
cli_repo: https://github.com/pulp/pulp-cli.git
core_import_allowed: []
Expand Down

0 comments on commit f90ba0b

Please sign in to comment.