Skip to content

Commit 345e631

Browse files
pulpbotmdellweg
authored andcommitted
Bump version to 0.33.0.dev
1 parent f34c8a1 commit 345e631

File tree

10 files changed

+7
-14
lines changed

10 files changed

+7
-14
lines changed

CHANGES/+move_generic.removal

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGES/1129.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/1137.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/1139.bugfix

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGES/1148.doc

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.32.0.dev"
1+
__version__ = "0.33.0.dev"

pulp-glue/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pulp-glue"
7-
version = "0.32.0.dev"
7+
version = "0.33.0.dev"
88
description = "Version agnostic glue library to talk to pulpcore's REST API."
99
readme = "README.md"
1010
requires-python = ">=3.9,<3.14"

pulp_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
except ImportError:
2828
HAS_CLICK_SHELL = False
2929

30-
__version__ = "0.32.0.dev"
30+
__version__ = "0.33.0.dev"
3131
translation = get_translation(__package__)
3232
_ = translation.gettext
3333
# Keep track to prevent loading plugins twice

pulpcore/cli/common/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from pulpcore.cli.common.debug import debug
66

7-
__version__ = "0.32.0.dev"
7+
__version__ = "0.33.0.dev"
88

99

1010
def mount(main: click.Group, **kwargs: t.Any) -> None:

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pulp-cli"
7-
version = "0.32.0.dev"
7+
version = "0.33.0.dev"
88
description = "Command line interface to talk to pulpcore's REST API."
99
readme = "README.md"
1010
requires-python = ">=3.9,<3.14"
@@ -23,7 +23,7 @@ classifiers=[
2323
"Typing :: Typed",
2424
]
2525
dependencies = [
26-
"pulp-glue==0.32.0.dev",
26+
"pulp-glue==0.33.0.dev",
2727
"click>=8.0.0,<9",
2828
"packaging>=20.0,<=24.2", # CalVer
2929
"PyYAML>=5.3,<6.1",
@@ -81,7 +81,7 @@ unittests = true
8181

8282
[tool.bumpversion]
8383
# This section is managed by the cookiecutter templates.
84-
current_version = "0.32.0.dev"
84+
current_version = "0.33.0.dev"
8585
commit = false
8686
tag = false
8787
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"

0 commit comments

Comments
 (0)