Skip to content

Commit 8ac79af

Browse files
committed
Bump version to 0.38.0.dev
1 parent 88a0449 commit 8ac79af

File tree

12 files changed

+7
-14
lines changed

12 files changed

+7
-14
lines changed

CHANGES/+python3.10.removal

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/1265.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/1272.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/1284.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/1290.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/pulp-glue/+python3.10.removal

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/pulp-glue/+task_result.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.37.0.dev"
1+
__version__ = "0.38.0.dev"

pulp-glue/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"
7-
version = "0.37.0.dev"
7+
version = "0.38.0.dev"
88
description = "Version agnostic glue library to talk to pulpcore's REST API."
99
readme = "README.md"
1010
requires-python = ">=3.10,<3.15"

pulp_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
except ImportError:
2525
HAS_CLICK_SHELL = False
2626

27-
__version__ = "0.37.0.dev"
27+
__version__ = "0.38.0.dev"
2828
translation = get_translation(__package__)
2929
_ = translation.gettext
3030
# Keep track to prevent loading plugins twice

0 commit comments

Comments
 (0)