Skip to content

Commit bed0981

Browse files
pulpbotmdellweg
authored andcommitted
Bump version to 0.4.0.dev
1 parent 0966bd4 commit bed0981

File tree

7 files changed

+6
-9
lines changed

7 files changed

+6
-9
lines changed

CHANGES/+cli_version.removal

-1
This file was deleted.

CHANGES/+constraints.bugfix

-1
This file was deleted.

CHANGES/+python_version.removal

-1
This file was deleted.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.0.dev"
1+
__version__ = "0.4.0.dev"

pulp-glue-maven/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pulp-glue-maven"
7-
version = "0.3.0.dev"
7+
version = "0.4.0.dev"
88
description = "Version agnostic glue library to talk to pulpcore's REST API. (Maven plugin)"
99
readme = "README.md"
1010
requires-python = ">=3.8"

pulpcore/cli/maven/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
translation = get_translation(__name__)
1212
_ = translation.gettext
1313

14-
__version__ = "0.3.0.dev"
14+
__version__ = "0.4.0.dev"
1515

1616

1717
@pulp_group(name="maven")

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pulp-cli-maven"
7-
version = "0.3.0.dev"
7+
version = "0.4.0.dev"
88
description = "Command line interface to talk to pulpcore's REST API. (Maven plugin commands)"
99
readme = "README.md"
1010
requires-python = ">=3.8"
@@ -24,7 +24,7 @@ classifiers=[
2424
]
2525
dependencies = [
2626
"pulp-cli>=0.24.0,<0.26.0",
27-
"pulp-glue-maven==0.3.0.dev",
27+
"pulp-glue-maven==0.4.0.dev",
2828
]
2929

3030
[project.urls]
@@ -146,7 +146,7 @@ ignore_missing_imports = true
146146

147147
[tool.bumpversion]
148148
# This section is managed by the cookiecutter templates.
149-
current_version = "0.3.0.dev"
149+
current_version = "0.4.0.dev"
150150
commit = false
151151
tag = false
152152
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"

0 commit comments

Comments
 (0)