File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111[ // ] : # ( towncrier release notes start )
1212
13+ ## 0.31.3 (2026-05-05) {: #0 .31.3 }
14+
15+
16+
17+ No significant changes.
18+
19+
20+ ### Pulp GLUE {: #0 .31.3-pulp-glue }
21+
22+
23+ No significant changes.
24+
25+
26+ ---
27+
1328## 0.31.2 (2025-05-12) {: #0 .31.2 }
1429
1530
Original file line number Diff line number Diff line change 1- __version__ = "0.31.3.dev "
1+ __version__ = "0.31.3"
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.31.3.dev "
7+ version = " 0.31.3"
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.31.3.dev "
30+ __version__ = "0.31.3"
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.31.3.dev "
7+ __version__ = "0.31.3"
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.31.3.dev "
7+ version = " 0.31.3"
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.31.3.dev " ,
26+ " pulp-glue==0.31.3" ,
2727 " click>=8.0.0,<8.2" , # Proven to not do semver.
2828 " packaging>=20.0,<=26.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.31.3.dev "
84+ current_version = " 0.31.3"
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