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 Oct 6, 2023
1 parent 0fca033 commit f615a4f
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 12 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.37.0.dev
current_version = 3.38.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.36'
ref: '3.37'
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.36'
title: 'Update CI files for branch 3.37'
body: '[noissue]'
branch: 'update-ci/3.36'
base: '3.36'
branch: 'update-ci/3.37'
base: '3.37'
commit-message: |
Update CI files
Expand Down
1 change: 0 additions & 1 deletion CHANGES/4450.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/4511.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.37.0.dev"
version = "3.38.0.dev"
# The full version, including alpha/beta/rc tags.
release = "3.37.0.dev"
release = "3.38.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.37.0.dev"
version = "3.38.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.37.0.dev",
version="3.38.0.dev",
description="Pulp Django Application and Related Modules",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion template_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ci_update_branches:
- '3.22'
- '3.23'
- '3.28'
- '3.36'
- '3.37'
ci_update_docs: true
ci_update_release_behavior: replace-previous-version
cli_package: pulp-cli
Expand Down

0 comments on commit f615a4f

Please sign in to comment.