File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- __version__ = "0.32.3 "
1+ __version__ = "0.32.4.dev "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pulp-glue"
7- version = " 0.32.3 "
7+ version = " 0.32.4.dev "
88description = " Version agnostic glue library to talk to pulpcore's REST API."
99readme = " README.md"
1010requires-python = " >=3.9,<3.14"
Original file line number Diff line number Diff line change 2727except ImportError :
2828 HAS_CLICK_SHELL = False
2929
30- __version__ = "0.32.3 "
30+ __version__ = "0.32.4.dev "
3131translation = get_translation (__package__ )
3232_ = translation .gettext
3333# Keep track to prevent loading plugins twice
Original file line number Diff line number Diff line change 44
55from pulpcore .cli .common .debug import debug
66
7- __version__ = "0.32.3 "
7+ __version__ = "0.32.4.dev "
88
99
1010def mount (main : click .Group , ** kwargs : t .Any ) -> None :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pulp-cli"
7- version = " 0.32.3 "
7+ version = " 0.32.4.dev "
88description = " Command line interface to talk to pulpcore's REST API."
99readme = " README.md"
1010requires-python = " >=3.9,<3.14"
@@ -23,7 +23,7 @@ classifiers=[
2323 " Typing :: Typed" ,
2424]
2525dependencies = [
26- " pulp-glue==0.32.3 " ,
26+ " pulp-glue==0.32.4.dev " ,
2727 " click>=8.0.0,<8.2" , # Proven to not do semver.
2828 " packaging>=20.0,<=25" , # 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.3 "
84+ current_version = " 0.32.4.dev "
8585commit = false
8686tag = false
8787parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)(\\ .(?P<release>[a-z]+))?"
You can’t perform that action at this time.
0 commit comments