Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CHANGES/+python3-9.removal

This file was deleted.

2 changes: 1 addition & 1 deletion pulp-glue-ostree/pulp_glue/ostree/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.0.dev"
__version__ = "0.7.0.dev"
2 changes: 1 addition & 1 deletion pulp-glue-ostree/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pulp-glue-ostree"
version = "0.6.0.dev"
version = "0.7.0.dev"
description = "Version agnostic glue library to talk to pulpcore's REST API. (OSTree plugin)"
readme = "README.md"
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion pulpcore/cli/ostree/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
translation = get_translation(__package__)
_ = translation.gettext

__version__ = "0.6.0.dev"
__version__ = "0.7.0.dev"


@pulp_group("ostree")
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pulp-cli-ostree"
version = "0.6.0.dev"
version = "0.7.0.dev"
description = "Command line interface to talk to pulpcore's REST API. (OSTree plugin commands)"
readme = "README.md"
requires-python = ">=3.9"
Expand All @@ -24,7 +24,7 @@ classifiers=[
]
dependencies = [
"pulp-cli>=0.23.1,<0.36",
"pulp-glue-ostree==0.6.0.dev",
"pulp-glue-ostree==0.7.0.dev",
]

[project.urls]
Expand Down Expand Up @@ -146,7 +146,7 @@ ignore_missing_imports = true

[tool.bumpversion]
# This section is managed by the cookiecutter templates.
current_version = "0.6.0.dev"
current_version = "0.7.0.dev"
commit = false
tag = false
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"
Expand Down
Loading