Skip to content

Commit 074418f

Browse files
authored
Feature create domain (#26)
* exposing the new create-domain * bump the version too
1 parent 6ec2011 commit 074418f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pulp-glue-console/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-console"
7-
version = "0.1.4.dev"
7+
version = "0.1.5.dev"
88
description = "Version agnostic glue library to talk to pulpcore's REST API. (Console plugin)"
99
readme = "README.md"
1010
requires-python = ">=3.8"

pyproject.toml

Lines changed: 2 additions & 2 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-console"
7-
version = "0.1.4.dev"
7+
version = "0.1.5.dev"
88
description = "Command line interface to talk to pulpcore's REST API. (Console plugin commands)"
99
readme = "README.md"
1010
requires-python = ">=3.8"
@@ -25,7 +25,7 @@ classifiers=[
2525
]
2626
dependencies = [
2727
"pulp-cli>=0.23.1,<0.36",
28-
"pulp-glue-console==0.1.4.dev"
28+
"pulp-glue-console==0.1.5.dev"
2929
]
3030

3131
[project.urls]

0 commit comments

Comments
 (0)