Skip to content

Commit

Permalink
Bump version to 0.4.0.dev
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pulpbot authored and mdellweg committed Jan 18, 2024
1 parent 9bd4fd3 commit f370778
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 8 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.3.0.dev
current_version = 0.4.0.dev
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
Expand Down
1 change: 0 additions & 1 deletion CHANGES/+pulp-cli-bump.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/+pyproject.toml.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/pulp-glue-gem/+pulp-glue-bump.feature

This file was deleted.

2 changes: 1 addition & 1 deletion pulp-glue-gem/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pulp-glue-gem"
version = "0.3.0.dev"
version = "0.4.0.dev"
description = "Version agnostic glue library to talk to pulpcore's REST API. (Gem plugin)"
readme = "README.md"
requires-python = ">=3.6"
Expand Down
2 changes: 1 addition & 1 deletion pulpcore/cli/gem/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
translation = get_translation(__package__)
_ = translation.gettext

__version__ = "0.3.0.dev"
__version__ = "0.4.0.dev"


@pulp_group(name="gem")
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pulp-cli-gem"
version = "0.3.0.dev"
version = "0.4.0.dev"
description = "Command line interface to talk to pulpcore's REST API. (Gem plugin commands)"
readme = "README.md"
requires-python = ">=3.6"
Expand All @@ -24,7 +24,7 @@ classifiers=[
]
dependencies = [
"pulp-cli>=0.23.1,<0.24.0.dev",
"pulp-glue-gem==0.3.0.dev",
"pulp-glue-gem==0.4.0.dev",
]

[project.urls]
Expand Down

0 comments on commit f370778

Please sign in to comment.