diff --git a/CHANGES/+python3-9.removal b/CHANGES/+python3-9.removal deleted file mode 100644 index abad523..0000000 --- a/CHANGES/+python3-9.removal +++ /dev/null @@ -1 +0,0 @@ -Removed support for Python<3.9. diff --git a/pulp-glue-ostree/pulp_glue/ostree/__init__.py b/pulp-glue-ostree/pulp_glue/ostree/__init__.py index 95efbd1..08594a5 100644 --- a/pulp-glue-ostree/pulp_glue/ostree/__init__.py +++ b/pulp-glue-ostree/pulp_glue/ostree/__init__.py @@ -1 +1 @@ -__version__ = "0.6.0.dev" +__version__ = "0.7.0.dev" diff --git a/pulp-glue-ostree/pyproject.toml b/pulp-glue-ostree/pyproject.toml index dc34071..3f6dca6 100644 --- a/pulp-glue-ostree/pyproject.toml +++ b/pulp-glue-ostree/pyproject.toml @@ -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" diff --git a/pulpcore/cli/ostree/__init__.py b/pulpcore/cli/ostree/__init__.py index 755e56a..b1e5cec 100644 --- a/pulpcore/cli/ostree/__init__.py +++ b/pulpcore/cli/ostree/__init__.py @@ -11,7 +11,7 @@ translation = get_translation(__package__) _ = translation.gettext -__version__ = "0.6.0.dev" +__version__ = "0.7.0.dev" @pulp_group("ostree") diff --git a/pyproject.toml b/pyproject.toml index 6ae6908..a31b36e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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] @@ -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\\d+)\\.(?P\\d+)\\.(?P\\d+)(\\.(?P[a-z]+))?"