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 Nov 3, 2023
1 parent 720ed90 commit a03df4b
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 14 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 = 0.4.0.dev
current_version = 0.5.0.dev
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(1b)?(?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 @@ -101,7 +101,7 @@ jobs:
- uses: actions/checkout@v3
with:
path: pulp_gem
ref: '0.3'
ref: '0.4'
fetch-depth: 0

- name: Run update
Expand All @@ -116,10 +116,10 @@ jobs:
path: pulp_gem
committer: pulpbot <pulp-infra@redhat.com>
author: pulpbot <pulp-infra@redhat.com>
title: 'Update CI files for branch 0.3'
title: 'Update CI files for branch 0.4'
body: '[noissue]'
branch: 'update-ci/0.3'
base: '0.3'
branch: 'update-ci/0.4'
base: '0.4'
commit-message: |
Update CI files
Expand Down
1 change: 0 additions & 1 deletion CHANGES/+pulpcore_3.40.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/143.removal

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/154.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 @@ -74,9 +74,9 @@
# built documents.
#
# The short X.Y version.
version = "0.4.0.dev"
version = "0.5.0.dev"
# The full version, including alpha/beta/rc tags.
release = "0.4.0.dev"
release = "0.5.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 pulp_gem/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ class PulpGemPluginAppConfig(PulpPluginAppConfig):

name = "pulp_gem.app"
label = "gem"
version = "0.4.0.dev"
version = "0.5.0.dev"
python_package_name = "pulp-gem"
domain_compatible = True
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="pulp-gem",
version="0.4.0.dev",
version="0.5.0.dev",
description="Gemfile plugin for the Pulp Project",
long_description=long_description,
license="GPLv2+",
Expand Down
4 changes: 2 additions & 2 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 plugin_template@2021.08.26-248-g4bfc3e1
# generated with plugin_template@2021.08.26-249-gca8f021

additional_repos: []
api_root: /pulp/
Expand All @@ -14,7 +14,7 @@ ci_env: {}
ci_trigger: '{pull_request: {branches: [''*'']}}'
ci_update_branches:
- '0.2'
- '0.3'
- '0.4'
ci_update_docs: true
ci_update_release_behavior: replace-previous-version
cli_package: pulp-cli-gem
Expand Down

0 comments on commit a03df4b

Please sign in to comment.