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.33.2 (2026-05-05) {: #0 .33.2 }
14+
15+
16+
17+ No significant changes.
18+
19+
20+ ### Pulp GLUE {: #0 .33.2-pulp-glue }
21+
22+
23+ No significant changes.
24+
25+
26+ ---
27+
1328## 0.33.1 (2025-10-15) {: #0 .33.1 }
1429
1530
Original file line number Diff line number Diff line change 1- __version__ = "0.33.2.dev "
1+ __version__ = "0.33.2"
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.33.2.dev "
7+ version = " 0.33.2"
88description = " Version agnostic glue library to talk to pulpcore's REST API."
99readme = " README.md"
1010requires-python = " >=3.9,<3.15"
Original file line number Diff line number Diff line change 2727except ImportError :
2828 HAS_CLICK_SHELL = False
2929
30- __version__ = "0.33.2.dev "
30+ __version__ = "0.33.2"
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.33.2.dev "
7+ __version__ = "0.33.2"
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.33.2.dev "
7+ version = " 0.33.2"
88description = " Command line interface to talk to pulpcore's REST API."
99readme = " README.md"
1010requires-python = " >=3.9,<3.15"
@@ -23,7 +23,7 @@ classifiers=[
2323 " Typing :: Typed" ,
2424]
2525dependencies = [
26- " pulp-glue==0.33.2.dev " ,
26+ " pulp-glue==0.33.2" ,
2727 " click>=8.0.0,<8.3" , # Proven to not do semver.
2828 " PyYAML>=5.3,<6.1" ,
2929 " schema>=0.7.5,<0.8" ,
@@ -79,7 +79,7 @@ unittests = true
7979
8080[tool .bumpversion ]
8181# This section is managed by the cookiecutter templates.
82- current_version = " 0.33.2.dev "
82+ current_version = " 0.33.2"
8383commit = false
8484tag = false
8585parse = " (?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