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.29.4 "
1+ __version__ = "0.29.5.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.29.4 "
7+ version = " 0.29.5.dev "
88description = " Version agnostic glue library to talk to pulpcore's REST API."
99readme = " README.md"
1010requires-python = " >=3.8,<3.14"
Original file line number Diff line number Diff line change 2222except ImportError :
2323 HAS_CLICK_SHELL = False
2424
25- __version__ = "0.29.4 "
25+ __version__ = "0.29.5.dev "
2626translation = get_translation (__package__ )
2727_ = translation .gettext
2828# 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.29.4 "
7+ __version__ = "0.29.5.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.29.4 "
7+ version = " 0.29.5.dev "
88description = " Command line interface to talk to pulpcore's REST API."
99readme = " README.md"
1010requires-python = " >=3.8,<3.14"
@@ -23,7 +23,7 @@ classifiers=[
2323 " Typing :: Typed" ,
2424]
2525dependencies = [
26- " pulp-glue==0.29.4 " ,
26+ " pulp-glue==0.29.5.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" ,
@@ -80,7 +80,7 @@ unittests = false
8080
8181[tool .bumpversion ]
8282# This section is managed by the cookiecutter templates.
83- current_version = " 0.29.4 "
83+ current_version = " 0.29.5.dev "
8484commit = false
8585tag = false
8686parse = " (?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